Searched refs:ptr_interm_respbuffer (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp7357 ptr_respbuffer = omx->drv_ctx.ptr_interm_respbuffer;
10157 drv_ctx.ptr_interm_respbuffer = (struct vdec_output_frameinfo *)
10165 drv_ctx.ptr_interm_respbuffer == NULL ||
10224 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_interm_respbuffer[i];
10225 drv_ctx.ptr_interm_respbuffer[i].client_data = (void *)&drv_ctx.ptr_interm_outputbuffer[i];
10335 if(drv_ctx.ptr_interm_respbuffer)
10337 free(drv_ctx.ptr_interm_respbuffer);
10338 drv_ctx.ptr_interm_respbuffer = NULL;
10646 if (drv_ctx.ptr_interm_respbuffer)
10648 free (drv_ctx.ptr_interm_respbuffer);
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp7572 ptr_respbuffer = omx->drv_ctx.ptr_interm_respbuffer;
10380 drv_ctx.ptr_interm_respbuffer = (struct vdec_output_frameinfo *)
10388 drv_ctx.ptr_interm_respbuffer == NULL ||
10447 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_interm_respbuffer[i];
10448 drv_ctx.ptr_interm_respbuffer[i].client_data = (void *)&drv_ctx.ptr_interm_outputbuffer[i];
10558 if(drv_ctx.ptr_interm_respbuffer)
10560 free(drv_ctx.ptr_interm_respbuffer);
10561 drv_ctx.ptr_interm_respbuffer = NULL;
10925 if (drv_ctx.ptr_interm_respbuffer)
10927 free (drv_ctx.ptr_interm_respbuffer);
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc_swvdec.h264 struct vdec_output_frameinfo *ptr_interm_respbuffer; member in struct:video_driver_context

Completed in 66 milliseconds