Home
last modified time | relevance | path

Searched refs:op_buf (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp713 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg; in process_event_cb()
714 … OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1465 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1475 eRet = get_buffer_req(&drv_ctx.op_buf); in component_init()
2836 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) { in use_android_native_buffer()
2839 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size); in use_android_native_buffer()
2924 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
2926 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
2927 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
2928 eRet = set_buffer_req(&drv_ctx.op_buf); in set_parameter()
[all …]
Domx_vdec_hevc.cpp829 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1529 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1531 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1534 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1552 get_buffer_req(&drv_ctx.op_buf); in component_init()
2756 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
2757 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) { in set_parameter()
2758 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
2759 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
2760 eRet = set_buffer_req(&drv_ctx.op_buf); in set_parameter()
[all …]
Domx_vdec_msm8974.cpp948 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1970 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1972 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1975 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2006 get_buffer_req(&drv_ctx.op_buf); in component_init()
3367 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
3426 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
3427 … portDefn->nBufferSize != drv_ctx.op_buf.buffer_size)) { in set_parameter()
3434 … if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3435 … portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) { in set_parameter()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp720 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg; in process_event_cb()
721 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1496 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1505 eRet = get_buffer_req(&drv_ctx.op_buf); in component_init()
2974 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) { in use_android_native_buffer()
2977 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size); in use_android_native_buffer()
3064 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3070 (portDefn->nBufferCountActual > drv_ctx.op_buf.actualcount + 2)) { in set_parameter()
3072 portDefn->nBufferCountActual, drv_ctx.op_buf.actualcount); in set_parameter()
3076 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
[all …]
Domx_vdec_copper.cpp1442 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1443 drv_ctx.op_buf.alignment=4096; in component_init()
2861 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
2862 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) in set_parameter()
2864 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
2865 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
2866 eRet = set_buffer_req(&drv_ctx.op_buf); in set_parameter()
2873 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
2938 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
3000 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1849 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1852 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1855 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2037 drv_ctx.op_buf.buffer_size); in component_init()
3455 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3456 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) in set_parameter()
3458 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
3459 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
3460 eRet = set_buffer_req_swvdec(&drv_ctx.op_buf); in set_parameter()
3467 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
[all …]
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp923 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1702 drv_ctx.op_buf.buffer_type = VDPP_BUFFER_TYPE_OUTPUT; in component_init()
1704 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1711 get_buffer_req(&drv_ctx.op_buf); in component_init()
3013 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
3020 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount /*|| in set_parameter()
3023 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
3025 eRet = set_buffer_req(&drv_ctx.op_buf); in set_parameter()
3032 drv_ctx.op_buf.mincount, drv_ctx.op_buf.buffer_size, in set_parameter()
3280 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h236 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h361 struct vdpp_allocatorproperty op_buf; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h232 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h233 struct vdec_allocatorproperty op_buf; member
Domx_vdec_hevc_swvdec.h257 struct vdec_allocatorproperty op_buf; member
Domx_vdec.h276 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h278 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h469 struct vdec_allocatorproperty op_buf; member