Home
last modified time | relevance | path

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

/hardware/qcom/media/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.cpp831 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1531 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1533 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1536 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1554 get_buffer_req(&drv_ctx.op_buf); in component_init()
2758 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
2759 portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) { in set_parameter()
2760 drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
2761 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
2762 eRet = set_buffer_req(&drv_ctx.op_buf); 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 …]
Domx_vdec_msm8974.cpp916 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1814 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1816 drv_ctx.op_buf.alignment=SZ_1M; in component_init()
1819 drv_ctx.op_buf.alignment=SZ_4K; in component_init()
1839 get_buffer_req(&drv_ctx.op_buf); in component_init()
3115 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter()
3122 … if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3123 … portDefn->nBufferSize >= drv_ctx.op_buf.buffer_size ) { in set_parameter()
3124 … drv_ctx.op_buf.actualcount = portDefn->nBufferCountActual; in set_parameter()
3125 drv_ctx.op_buf.buffer_size = portDefn->nBufferSize; in set_parameter()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp711 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg; in process_event_cb()
712 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb()
1479 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1488 eRet = get_buffer_req(&drv_ctx.op_buf); in component_init()
2957 if ((OMX_U32)handle->size < drv_ctx.op_buf.buffer_size) { in use_android_native_buffer()
2960 drv_ctx.op_buf.buffer_size, (OMX_U32)handle->size); in use_android_native_buffer()
3047 if ( portDefn->nBufferCountActual >= drv_ctx.op_buf.mincount && in set_parameter()
3053 (portDefn->nBufferCountActual > drv_ctx.op_buf.actualcount + 2)) { in set_parameter()
3055 portDefn->nBufferCountActual, drv_ctx.op_buf.actualcount); in set_parameter()
3059 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/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h236 struct vdec_allocatorproperty op_buf; member
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h232 struct vdec_allocatorproperty op_buf; member
Domx_vdec.h261 struct vdec_allocatorproperty op_buf; member