Searched refs:h264_mv (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp8912 struct vdec_h264_mv h264_mv; local
8939 drv_ctx.h264_mv.ion_device_fd = alloc_map_ion_memory(
8941 &drv_ctx.h264_mv.ion_alloc_data,
8942 &drv_ctx.h264_mv.fd_ion_data,ION_FLAG_CACHED);
8943 if (drv_ctx.h264_mv.ion_device_fd < 0) {
8946 pmem_fd = drv_ctx.h264_mv.fd_ion_data.fd;
8974 free_ion_memory(&drv_ctx.h264_mv);
8985 h264_mv.size = size;
8986 h264_mv.count = drv_ctx.op_buf.actualcount;
8987 h264_mv
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9089 struct vdec_h264_mv h264_mv; local
9115 drv_ctx.h264_mv.ion_device_fd = alloc_map_ion_memory(
9117 &drv_ctx.h264_mv.ion_alloc_data,
9118 &drv_ctx.h264_mv.fd_ion_data,ION_FLAG_CACHED);
9120 if (drv_ctx.h264_mv.ion_device_fd < 0) {
9124 pmem_fd = drv_ctx.h264_mv.fd_ion_data.fd;
9153 free_ion_memory(&drv_ctx.h264_mv);
9165 h264_mv.size = size;
9166 h264_mv.count = drv_ctx.op_buf.actualcount;
9167 h264_mv
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h243 struct vdec_ion h264_mv; member in struct:video_driver_context
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h239 struct vdec_ion h264_mv; member in struct:video_driver_context
H A Domx_vdec.h275 struct vdec_ion h264_mv; member in struct:video_driver_context
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h240 struct vdec_ion h264_mv; member in struct:video_driver_context
H A Domx_vdec.h270 struct vdec_ion h264_mv; member in struct:video_driver_context
H A Domx_vdec_hevc_swvdec.h270 struct vdec_ion h264_mv; member in struct:video_driver_context

Completed in 379 milliseconds