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:
parent
46f613f448
commit
72ba34b131
1 changed files with 4 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue