Increases max screen height and width to 2560.

This is the Nexus 6P screen size. Our initial testing seems to indicate
this works.

Change-Id: Ia4abf22917d32d178c63e36148cfd541a2dab3e0
This commit is contained in:
Ryan Haining 2016-08-22 12:09:12 -07:00
parent 46f613f448
commit 72ba34b131

View file

@ -66,7 +66,8 @@
* Maximum width supported by codec
*/
#define MAX_WD 1920
/* changed by haining@ to support Nexus 6P screen size, was previously 1920 */
#define MAX_WD 2560
/**
* Minimum height supported by codec
@ -77,7 +78,8 @@
* Maximum height supported by codec
*/
#define MAX_HT 1920
/* changed by haining@ to support Nexus 6P screen size, was previously 1920 */
#define MAX_HT 2560
/*****************************************************************************/
/* Padding sizes */