Commit be2eb0bd39e5586b01cab859768d07c4df592d93

Authored by Somnath Mukherjee
Committed by Jacob Stiffler
1 parent ed1da130a6

UAPI: Increasing the max FRAME number to 128.

This is required because on TI SoC, the IVA_HD can consume as many as
32 buffers for some H.264 streams. And each buffer can contain plane/field
data as Y-top, Y-bottom, UV-top and UV-bottom. Each field will be treated
as a separate FRAME.

Change-Id: Ibc004ad6f5c7c92a13cd060a7242a8edaa6b55e3
Signed-off-by: Somnath Mukherjee <somnath@ti.com>
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/uapi/linux/videodev2.h
... ... @@ -69,7 +69,7 @@
69 69 * Common stuff for both V4L1 and V4L2
70 70 * Moved from videodev.h
71 71 */
72   -#define VIDEO_MAX_FRAME 32
  72 +#define VIDEO_MAX_FRAME 128
73 73 #define VIDEO_MAX_PLANES 8
74 74  
75 75 /*