Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */