diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-22 17:26:45 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-22 17:26:44 -0700 |
| commit | 751d87898bccf167d7c85972d4821f069dd0cc5b (patch) | |
| tree | 397d9e9f07a4e714976b4d13e50f8242abeb0bb1 /include | |
| parent | 6d73a0bbe19cde1a345d5e5c412974540ed88bed (diff) | |
| parent | 839735375515d0f0f3d87b7214df2a52045fe9f6 (diff) | |
Merge "vidc: Enable skip output buffers for video encoder"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/v4l2-controls.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index 0d87fa1e253c..25cb17ca6bf3 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -1225,6 +1225,13 @@ enum v4l2_mpeg_vidc_video_au_delimiter { V4L2_MPEG_VIDC_VIDEO_AU_DELIMITER_ENABLED = 1 }; +#define V4L2_CID_MPEG_VIDC_VIDEO_SEND_SKIPPED_FRAME \ + (V4L2_CID_MPEG_MSM_VIDC_BASE + 103) +enum v4l2_mpeg_vidc_video_venc_send_skipped_frame { + V4L2_MPEG_VIDC_VIDEO_SEND_SKIPPED_FRAME_DISABLE = 0, + V4L2_MPEG_VIDC_VIDEO_SEND_SKIPPED_FRAME_ENABLE = 1 +}; + /* Camera class control IDs */ |
