1
0
Fork 0

[media] media: ti-vpe: Increasing max buffer height and width

Increasing max buffer height and width to allow for padded buffers.

Signed-off-by: Harinarayan Bhatta <harinarayan@ti.com>
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
hifive-unleashed-5.1
Harinarayan Bhatta 2016-11-18 21:20:18 -02:00 committed by Mauro Carvalho Chehab
parent 823f4208b2
commit 8028bfed42
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@
/* minimum and maximum frame sizes */
#define MIN_W 32
#define MIN_H 32
#define MAX_W 1920
#define MAX_H 1080
#define MAX_W 2048
#define MAX_H 1184
/* required alignments */
#define S_ALIGN 0 /* multiple of 1 */