Searched refs:op_buf (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp713 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
714 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
1465 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1475 eRet = get_buffer_req(&drv_ctx.op_buf);
2836 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) {
2839 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size);
2924 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
2926 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
2927 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2928 eRet = set_buffer_req(&drv_ctx.op_buf);
[all...]
H A Domx_vdec_hevc.cpp831 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf);
1531 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1533 drv_ctx.op_buf.alignment=SZ_1M;
1536 drv_ctx.op_buf.alignment=SZ_4K;
1554 get_buffer_req(&drv_ctx.op_buf);
2758 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
2759 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) {
2760 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
2761 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2762 eRet = set_buffer_req(&drv_ctx.op_buf);
[all...]
H A Domx_vdec_hevc_swvdec.cpp1826 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1829 drv_ctx.op_buf.alignment=SZ_1M;
1832 drv_ctx.op_buf.alignment=SZ_4K;
2014 drv_ctx.op_buf.buffer_size);
3391 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
3392 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size )
3394 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
3395 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
3396 eRet = set_buffer_req_swvdec(&drv_ctx.op_buf);
3403 drv_ctx.op_buf
[all...]
H A Domx_vdec_msm8974.cpp916 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf);
1814 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1816 drv_ctx.op_buf.alignment=SZ_1M;
1819 drv_ctx.op_buf.alignment=SZ_4K;
1839 get_buffer_req(&drv_ctx.op_buf);
3109 eRet = get_buffer_req(&drv_ctx.op_buf);
3116 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
3117 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) {
3118 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
3119 drv_ctx.op_buf
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp714 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
715 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
1490 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1499 eRet = get_buffer_req(&drv_ctx.op_buf);
2968 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) {
2971 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size);
3058 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
3064 (portDefn->nBufferCountActual > drv_ctx.op_buf.actualcount + 2)) {
3066 portDefn->nBufferCountActual, drv_ctx.op_buf.actualcount);
3070 drv_ctx.op_buf
[all...]
H A Domx_vdec_copper.cpp1442 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1443 drv_ctx.op_buf.alignment=4096;
2861 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount &&
2862 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size )
2864 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual;
2865 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize;
2866 eRet = set_buffer_req(&drv_ctx.op_buf);
2873 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size,
2938 eRet = get_buffer_req(&drv_ctx.op_buf);
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h236 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h232 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
H A Domx_vdec.h261 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context

Completed in 79 milliseconds