Searched defs:extradata_info (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h436 struct extradata_buffer_info extradata_info; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h250 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
H A Domx_vdec.h286 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h251 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
H A Domx_vdec.h289 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
H A Domx_vdec_hevc_swvdec.h281 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h253 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
H A Domx_vdec_hevc_swvdec.h283 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
H A Domx_vdec.h293 struct extradata_buffer_info extradata_info; member in struct:video_driver_context
329 struct extradata_info { struct
483 struct extradata_info m_extradata_info;
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h372 struct extradata_buffer_info extradata_info; member in struct:video_vpu_context
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp885 OMX_ERRORTYPE venc_dev::allocate_extradata(struct extradata_buffer_info *extradata_info, int flags) argument
887 if (extradata_info->allocated) {
888 DEBUG_PRINT_HIGH("2nd allocation return for port = %d",extradata_info->port_index);
894 if (extradata_info->buffer_size) {
895 if (extradata_info->ion.ion_alloc_data.handle) {
896 munmap((void *)extradata_info->uaddr, extradata_info->size);
897 close(extradata_info->ion.fd_ion_data.fd);
898 venc_handle->free_ion_memory(&extradata_info->ion);
901 extradata_info
933 free_extradata(struct extradata_buffer_info *extradata_info) argument
[all...]
/hardware/qcom/media/msm8998/videopp/inc/
H A Domx_vdpp.h372 struct extradata_buffer_info extradata_info; member in struct:video_vpu_context

Completed in 56 milliseconds