aboutsummaryrefslogtreecommitdiff
path: root/original
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-10-02 09:25:40 -0700
committerIliyan Malchev <malchev@google.com>2012-10-02 14:30:57 -0700
commit41f851b350e30397f7f41cddbfa8e6f73544ca49 (patch)
treed2ff387f4705dea9ed092f06700f817f46e440dd /original
parent4977b3fb9b03fcfa8c589c474ecfd48688c00e24 (diff)
downloadkernel-headers-41f851b350e30397f7f41cddbfa8e6f73544ca49.tar.gz
update original msm_vidc_enc.h
Updated kernel headers to support a video encoder ioctl to preprend each IDR frame with SPS/PPS. related-to-bug: 7245308 Change-Id: I77c623f36923ea4b32d166cfd3336fae637fef1e Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'original')
-rw-r--r--original/linux/msm_vidc_enc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/original/linux/msm_vidc_enc.h b/original/linux/msm_vidc_enc.h
index 519c537..b70ba97 100644
--- a/original/linux/msm_vidc_enc.h
+++ b/original/linux/msm_vidc_enc.h
@@ -458,6 +458,10 @@ struct venc_ioctl_msg{
#define VEN_IOCTL_SET_SLICE_DELIVERY_MODE \
_IO(VEN_IOCTLBASE_ENC, 50)
+/*IOCTL params:SET: InputData - unsigned int, OutputData - NULL*/
+#define VEN_IOCTL_SET_SPS_PPS_FOR_IDR \
+ _IOW(VEN_IOCTLBASE_ENC, 51, struct venc_ioctl_msg)
+
struct venc_switch{
unsigned char status;
};