Searched refs:op_buf_rcnfg (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h778 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h799 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
H A Domx_vdec.h898 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h793 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
H A Domx_vdec.h900 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h948 struct vdec_allocatorproperty op_buf_rcnfg; member in class:omx_vdec
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h919 struct vdpp_allocatorproperty op_buf_rcnfg; member in class:omx_vdpp
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp544 memset(&op_buf_rcnfg, 0 ,sizeof(vdec_allocatorproperty));
720 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
7894 op_buf_rcnfg.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
7895 eRet = get_buffer_req(&op_buf_rcnfg);
7975 portDefn->nBufferCountActual = op_buf_rcnfg.actualcount;
7976 portDefn->nBufferCountMin = op_buf_rcnfg.mincount;
7977 portDefn->nBufferSize = op_buf_rcnfg.buffer_size;
H A Domx_vdec_copper.cpp546 memset(&op_buf_rcnfg, 0 ,sizeof(vdec_allocatorproperty));
712 pThis->op_buf_rcnfg.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
715 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->op_buf_rcnfg);
7456 portDefn->nBufferCountActual = op_buf_rcnfg.actualcount;
7457 portDefn->nBufferCountMin = op_buf_rcnfg.mincount;
7458 portDefn->nBufferSize = op_buf_rcnfg.buffer_size;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp532 memset(&op_buf_rcnfg, 0 ,sizeof(vdec_allocatorproperty));
713 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
7589 op_buf_rcnfg.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
7590 eRet = get_buffer_req(&op_buf_rcnfg);
7662 portDefn->nBufferCountActual = op_buf_rcnfg.actualcount;
7663 portDefn->nBufferCountMin = op_buf_rcnfg.mincount;
7664 portDefn->nBufferSize = op_buf_rcnfg.buffer_size;

Completed in 276 milliseconds