video: driver: add thumbnail mode and priority controls

add thumbnail mode and priority private controls.

Change-Id: Ie274d8ab429978d12054e5a07956f34e025b8e1f
Signed-off-by: Darshana Patil <darshana@codeaurora.org>
This commit is contained in:
Darshana Patil
2021-03-03 18:11:20 -08:00
parent 660008370e
commit 57637ef8e0

View File

@@ -138,6 +138,10 @@ enum v4l2_mpeg_vidc_blur_types {
/* Encoder Super frame control */
#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 {
METADATA_FLAGS_NONE = 0,