Home
last modified time | relevance | path

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

12

/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 …]
Domx_vdec_hevc_swvdec.cpp1826 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1829 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1832 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
2014 drv_ctx.op_buf.buffer_size); in component_init()
3391 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3392 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) in set_parameter()
3394 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
3395 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
3396 eRet = set_buffer_req_swvdec(&drv_ctx.op_buf); in set_parameter()
3403 drv_ctx.op_buf.mincount, 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 …]
Domx_vdec_hevc.cpp824 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1508 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1510 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1513 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1531 get_buffer_req(&drv_ctx.op_buf); in component_init()
2735 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
2736 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) { in set_parameter()
2737 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
2738 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
2739 eRet = set_buffer_req(&drv_ctx.op_buf); in set_parameter()
[all …]
Domx_vdec_v4l2.cpp1179 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
1286 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
2431 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
2434 drv_ctx.op_buf.alignment = SECURE_ALIGN; in component_init()
2437 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2479 get_buffer_req(&drv_ctx.op_buf); in component_init()
3990 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
4052 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
4053 … portDefn->nBufferSize != drv_ctx.op_buf.buffer_size)) { in set_parameter()
4060 … if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && 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/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1369 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
1476 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
2648 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
2651 drv_ctx.op_buf.alignment = SECURE_ALIGN; in component_init()
2654 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2698 get_buffer_req(&drv_ctx.op_buf); in component_init()
2942 drv_ctx.op_buf.buffer_size = 0; in send_command_proxy()
2943 drv_ctx.op_buf.actualcount = 0; in send_command_proxy()
4266 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
4331 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1369 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
1473 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
2514 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
2517 drv_ctx.op_buf.alignment = SECURE_ALIGN; in component_init()
2520 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2563 get_buffer_req(&drv_ctx.op_buf); in component_init()
2772 drv_ctx.op_buf.buffer_size = 0; in send_command_proxy()
2773 drv_ctx.op_buf.actualcount = 0; in send_command_proxy()
4106 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
4129 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp999 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
2029 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
2032 drv_ctx.op_buf.alignment = SECURE_ALIGN; in component_init()
2035 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2052 get_buffer_req(&drv_ctx.op_buf); in component_init()
2263 drv_ctx.op_buf.buffer_size = 0; in send_command_proxy()
2264 drv_ctx.op_buf.actualcount = 0; in send_command_proxy()
3626 for (i=0; i< drv_ctx.op_buf.actualcount; i++) { in use_output_buffer()
3633 if (i >= drv_ctx.op_buf.actualcount) { in use_output_buffer()
3634 DEBUG_PRINT_ERROR("Already using %d o/p buffers", drv_ctx.op_buf.actualcount); in use_output_buffer()
[all …]
Domx_vdec_v4l2_params.cpp558 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || in set_parameter()
559 … portDefn->nBufferSize != drv_ctx.op_buf.buffer_size)) { in set_parameter()
575 … drv_ctx.op_buf.mincount, (unsigned int)buffer_size, in set_parameter()
656 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
756 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
968 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1409 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar()
1513 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
2624 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
2627 drv_ctx.op_buf.alignment = SECURE_ALIGN; in component_init()
2630 drv_ctx.op_buf.alignment = SZ_4K; in component_init()
2665 get_buffer_req(&drv_ctx.op_buf); in component_init()
2909 drv_ctx.op_buf.buffer_size = 0; in send_command_proxy()
2910 drv_ctx.op_buf.actualcount = 0; in send_command_proxy()
4338 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
4361 … (portDefn->nBufferCountActual != drv_ctx.op_buf.actualcount || 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
Domx_vdec.h268 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/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h402 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h459 struct vdec_allocatorproperty op_buf; member

12