/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 588 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 839 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 585 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 872 bool get_buffer_req(unsigned int &buffer_size);
|
D | omx_vdec.h | 646 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 993 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 582 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 863 bool get_buffer_req(unsigned int &buffer_size);
|
D | omx_vdec_hevc_swvdec.h | 696 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 1027 bool get_buffer_req(unsigned int &buffer_size);
|
D | omx_vdec.h | 666 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 1029 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 703 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 1091 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 948 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb() 2004 eRet=get_buffer_req(&drv_ctx.ip_buf); 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() 3419 } else if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 3531 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 3613 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 3950 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 3954 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() 4186 eRet = get_buffer_req(&drv_ctx.ip_buf); in set_parameter() [all …]
|
D | omx_vdec_hevc.cpp | 829 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb() 1550 eRet=get_buffer_req(&drv_ctx.ip_buf); in component_init() 1552 get_buffer_req(&drv_ctx.op_buf); in component_init() 2752 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 2816 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 2872 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 7111 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 7319 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 7758 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata() 8324 bool omx_vdec::allocate_color_convert_buf::get_buffer_req in get_buffer_req() function in omx_vdec::allocate_color_convert_buf
|
D | omx_vdec.cpp | 1472 eRet = get_buffer_req(&drv_ctx.ip_buf); in component_init() 1475 eRet = get_buffer_req(&drv_ctx.op_buf); in component_init() 2920 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 3000 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 3063 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 7482 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 7590 eRet = get_buffer_req(&op_buf_rcnfg); in start_port_reconfig() 7673 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 8435 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata() 9513 bool omx_vdec::allocate_color_convert_buf::get_buffer_req in get_buffer_req() function in omx_vdec::allocate_color_convert_buf
|
D | omx_vdec_hevc_swvdec.cpp | 1972 eRet=get_buffer_req(&drv_ctx.ip_buf); in component_init() 3387 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 3856 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 3861 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() 3865 } else if (get_buffer_req(&drv_ctx.interm_op_buf)) { // for hybrid in set_parameter() 4031 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 8090 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 8325 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 9409 bool omx_vdec::allocate_color_convert_buf::get_buffer_req(unsigned int &buffer_size) in get_buffer_req() function in omx_vdec::allocate_color_convert_buf 9650 eRet=get_buffer_req(&drv_ctx.ip_buf); in get_buffer_req_swvdec() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 924 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 1294 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 879 OMX_ERRORTYPE get_buffer_req(vdec_allocatorproperty *buffer_prop); 1229 bool get_buffer_req(unsigned int &buffer_size);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1389 rc = get_buffer_req(&drv_ctx.op_buf); in decide_downscalar() 1493 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb() 2613 eRet = get_buffer_req(&drv_ctx.ip_buf); in component_init() 2615 get_buffer_req(&drv_ctx.op_buf); in component_init() 4285 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4301 } else if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 4428 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4522 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4856 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 4860 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1179 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() 2477 eRet = get_buffer_req(&drv_ctx.ip_buf); 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() 4045 } else if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 4157 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4248 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4600 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 4604 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() [all …]
|
D | omx_vdec_hevc.cpp | 824 … OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb() 1529 eRet=get_buffer_req(&drv_ctx.ip_buf); in component_init() 1531 get_buffer_req(&drv_ctx.op_buf); in component_init() 2731 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 2795 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 2851 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 7075 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 7283 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 7722 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata() 8270 bool omx_vdec::allocate_color_convert_buf::get_buffer_req in get_buffer_req() function in omx_vdec::allocate_color_convert_buf
|
D | omx_vdec_hevc_swvdec.cpp | 1995 eRet=get_buffer_req(&drv_ctx.ip_buf); in component_init() 3451 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 3928 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 3933 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() 3937 } else if (get_buffer_req(&drv_ctx.interm_op_buf)) { // for hybrid in set_parameter() 4123 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 8305 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 8540 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 9611 bool omx_vdec::allocate_color_convert_buf::get_buffer_req(unsigned int &buffer_size) in get_buffer_req() function in omx_vdec::allocate_color_convert_buf 9852 eRet=get_buffer_req(&drv_ctx.ip_buf); in get_buffer_req_swvdec() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1369 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() 2561 eRet = get_buffer_req(&drv_ctx.ip_buf); in component_init() 2563 get_buffer_req(&drv_ctx.op_buf); in component_init() 4106 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4122 } else if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 4249 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4343 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4612 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 4616 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() [all …]
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 923 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.op_buf); in process_event_cb() 938 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->drv_ctx.ip_buf); in process_event_cb() 1709 eRet=get_buffer_req(&drv_ctx.ip_buf); 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() 3184 eRet = get_buffer_req(&drv_ctx.ip_buf); in set_parameter() 3280 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 6761 OMX_ERRORTYPE omx_vdpp::get_buffer_req(vdpp_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdpp 6839 OMX_ERRORTYPE omx_vdpp::get_buffer_req(vdpp_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdpp
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 714 OMX_ERRORTYPE get_buffer_req(vdpp_allocatorproperty *buffer_prop);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1503 eRet = get_buffer_req(&drv_ctx.ip_buf); in component_init() 1505 eRet = get_buffer_req(&drv_ctx.op_buf); in component_init() 3060 if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 3155 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 3652 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 7763 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 7895 eRet = get_buffer_req(&op_buf_rcnfg); in start_port_reconfig() 7986 if (!client_buffers.get_buffer_req(buf_size)) { in update_portdef() 8493 ret = get_buffer_req(&drv_ctx.op_buf); in enable_extradata() 9258 bool omx_vdec::allocate_color_convert_buf::get_buffer_req in get_buffer_req() function in omx_vdec::allocate_color_convert_buf [all …]
|
D | omx_vdec_copper.cpp | 715 OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->op_buf_rcnfg); in process_event_cb() 1451 eRet=get_buffer_req(&drv_ctx.ip_buf); in component_init() 2938 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 3000 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 7254 OMX_ERRORTYPE omx_vdec::get_buffer_req(vdec_allocatorproperty *buffer_prop) in get_buffer_req() function in omx_vdec 7453 eRet=get_buffer_req(&drv_ctx.op_buf); in update_portdef()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1369 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() 2696 eRet = get_buffer_req(&drv_ctx.ip_buf); in component_init() 2698 get_buffer_req(&drv_ctx.op_buf); in component_init() 4266 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4324 } else if (!client_buffers.get_buffer_req(buffer_size)) { in set_parameter() 4455 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4549 eRet = get_buffer_req(&drv_ctx.op_buf); in set_parameter() 4938 if (get_buffer_req(&drv_ctx.ip_buf)) { in set_parameter() 4942 if (get_buffer_req(&drv_ctx.op_buf)) { in set_parameter() [all …]
|