Commit 8028bfed authored by Harinarayan Bhatta's avatar Harinarayan Bhatta Committed by Mauro Carvalho Chehab

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

Increasing max buffer height and width to allow for padded buffers.
Signed-off-by: default avatarHarinarayan Bhatta <harinarayan@ti.com>
Signed-off-by: default avatarNikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 823f4208
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment