Home
last modified time | relevance | path

Searched refs:extradata_buffer_info (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h283 struct extradata_buffer_info { struct
407 struct extradata_buffer_info roi_extradata_info;
467 OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info, int flags);
469 void free_extradata(struct extradata_buffer_info *extradata_info);
600 struct extradata_buffer_info input_extradata_info;
601 struct extradata_buffer_info output_extradata_info;
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h261 struct extradata_buffer_info { struct
417 OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info, int flags);
419 void free_extradata(struct extradata_buffer_info *extradata_info);
551 struct extradata_buffer_info input_extradata_info;
552 struct extradata_buffer_info output_extradata_info;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h238 struct extradata_buffer_info { struct
436 struct extradata_buffer_info extradata_info;
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h253 struct extradata_buffer_info { struct
372 struct extradata_buffer_info extradata_info;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h214 struct extradata_buffer_info { struct
251 struct extradata_buffer_info extradata_info;
Domx_vdec_hevc_swvdec.h237 struct extradata_buffer_info { struct
281 struct extradata_buffer_info extradata_info;
Domx_vdec.h256 struct extradata_buffer_info { struct
294 struct extradata_buffer_info extradata_info;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h213 struct extradata_buffer_info { struct
250 struct extradata_buffer_info extradata_info;
Domx_vdec.h248 struct extradata_buffer_info { struct
286 struct extradata_buffer_info extradata_info;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h258 struct extradata_buffer_info { struct
297 struct extradata_buffer_info extradata_info;
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h440 struct extradata_buffer_info { struct
476 struct extradata_buffer_info extradata_info;
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1086 OMX_ERRORTYPE venc_dev::allocate_extradata(struct extradata_buffer_info *extradata_info, int flags) in allocate_extradata()
1134 void venc_dev::free_extradata(struct extradata_buffer_info *extradata_info) in free_extradata()
3664 struct extradata_buffer_info *extradata_info; in allocate_extradata()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp992 OMX_ERRORTYPE venc_dev::allocate_extradata(struct extradata_buffer_info *extradata_info, int flags) in allocate_extradata()
1040 void venc_dev::free_extradata(struct extradata_buffer_info *extradata_info) in free_extradata()
8176 memset(&roi_extradata_info, 0, sizeof(extradata_buffer_info)); in venc_dev_pq()