Browse Source

video: driver: add thumbnail mode and priority controls

add thumbnail mode and priority private controls.

Change-Id: Ie274d8ab429978d12054e5a07956f34e025b8e1f
Signed-off-by: Darshana Patil <[email protected]>
Darshana Patil 4 years ago
parent
commit
57637ef8e0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      include/uapi/vidc/media/v4l2_vidc_extensions.h

+ 4 - 0
include/uapi/vidc/media/v4l2_vidc_extensions.h

@@ -138,6 +138,10 @@ enum v4l2_mpeg_vidc_blur_types {
 
 
 /* Encoder Super frame control */
 /* Encoder Super frame control */
 #define V4L2_CID_MPEG_VIDC_SUPERFRAME           (V4L2_CID_MPEG_VIDC_BASE + 0x28)
 #define V4L2_CID_MPEG_VIDC_SUPERFRAME           (V4L2_CID_MPEG_VIDC_BASE + 0x28)
+/* Thumbnail Mode control */
+#define V4L2_CID_MPEG_VIDC_THUMBNAIL_MODE       (V4L2_CID_MPEG_VIDC_BASE + 0x29)
+/* Priority control */
+#define V4L2_CID_MPEG_VIDC_PRIORITY             (V4L2_CID_MPEG_VIDC_BASE + 0x2A)
 
 
 enum v4l2_mpeg_vidc_metapayload_header_flags {
 enum v4l2_mpeg_vidc_metapayload_header_flags {
 	METADATA_FLAGS_NONE             = 0,
 	METADATA_FLAGS_NONE             = 0,