Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
/* minimum and maximum frame sizes */ /* minimum and maximum frame sizes */
#define MIN_W 32 #define MIN_W 32
#define MIN_H 32 #define MIN_H 32
#define MAX_W 1920 #define MAX_W 2048
#define MAX_H 1080 #define MAX_H 1184
/* required alignments */ /* required alignments */
#define S_ALIGN 0 /* multiple of 1 */ #define S_ALIGN 0 /* multiple of 1 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment