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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1634 memset(&h264_mv_buff,0,sizeof(struct h264_mv_buffer));
8999 h264_mv_buff.buffer = (unsigned char *) buf_addr;
9000 h264_mv_buff.size = size;
9001 h264_mv_buff.count = drv_ctx.op_buf.actualcount;
9002 h264_mv_buff.offset = 0;
9003 h264_mv_buff.pmem_fd = pmem_fd;
9004 DEBUG_PRINT_LOW("\n Saving virt:%p, FD: %d of size %d count: %d \n", h264_mv_buff.buffer,
9005 h264_mv_buff.pmem_fd, h264_mv_buff.size, drv_ctx.op_buf.actualcount);
9011 if(h264_mv_buff
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp1592 memset(&h264_mv_buff,0,sizeof(struct h264_mv_buffer));
9178 h264_mv_buff.buffer = (unsigned char *) buf_addr;
9179 h264_mv_buff.size = size;
9180 h264_mv_buff.count = drv_ctx.op_buf.actualcount;
9181 h264_mv_buff.offset = 0;
9182 h264_mv_buff.pmem_fd = pmem_fd;
9183 DEBUG_PRINT_LOW("Saving virt:%p, FD: %d of size %d count: %d", h264_mv_buff.buffer,
9184 h264_mv_buff.pmem_fd, h264_mv_buff.size, drv_ctx.op_buf.actualcount);
9190 if (h264_mv_buff
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h805 h264_mv_buffer h264_mv_buff; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h826 h264_mv_buffer h264_mv_buff; member in class:omx_vdec
H A Domx_vdec.h924 h264_mv_buffer h264_mv_buff; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h820 h264_mv_buffer h264_mv_buff; member in class:omx_vdec
H A Domx_vdec.h927 h264_mv_buffer h264_mv_buff; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h976 h264_mv_buffer h264_mv_buff; member in class:omx_vdec

Completed in 67 milliseconds