Searched refs:update_portdef (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h609 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h620 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
H A Domx_vdec.h682 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h617 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
H A Domx_vdec.h688 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
H A Domx_vdec_hevc_swvdec.h734 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h722 OMX_ERRORTYPE update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2723 eRet = update_portdef(portDefn);
6966 eRet = omx->update_portdef(&(omx->m_port_def));
7932 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
7939 DEBUG_PRINT_LOW("omx_vdec::update_portdef\n");
8011 DEBUG_PRINT_LOW("update_portdef Width = %d Height = %d Stride = %u"
H A Domx_vdec_copper.cpp2565 eRet = update_portdef(portDefn);
6488 eRet = omx->update_portdef(&(omx->m_port_def));
7421 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
7428 DEBUG_PRINT_LOW("omx_vdec::update_portdef\n");
7490 DEBUG_PRINT_LOW("update_portdef Width = %d Height = %d Stride = %u"
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2571 eRet = update_portdef(portDefn);
6724 eRet = omx->update_portdef(&(omx->m_port_def));
7618 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
7626 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
7698 DEBUG_PRINT_LOW("update_portdef: PortIndex = %u, Width = %d Height = %d "
H A Domx_vdec_hevc.cpp2461 eRet = update_portdef(portDefn);
6250 eRet = omx->update_portdef(&(omx->m_port_def));
7287 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
7293 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
7344 DEBUG_PRINT_HIGH("update_portdef Width = %lu Height = %lu Stride = %ld"
H A Domx_vdec_hevc_swvdec.cpp3048 eRet = update_portdef(portDefn);
8289 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
8296 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
8352 DEBUG_PRINT_HIGH("update_portdef Width = %lu Height = %lu Stride = %ld"
10477 update_portdef(&m_port_def);
H A Domx_vdec_msm8974.cpp2989 eRet = update_portdef(portDefn);
8790 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
8797 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
8854 DEBUG_PRINT_ERROR("update_portdef : Error in getting port resolution");
8874 DEBUG_PRINT_HIGH("update_portdef(%u): Width = %u Height = %u Stride = %d "
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2440 eRet = update_portdef(portDefn);
6214 eRet = omx->update_portdef(&(omx->m_port_def));
7251 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
7257 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
7308 DEBUG_PRINT_HIGH("update_portdef Width = %lu Height = %lu Stride = %ld"
H A Domx_vdec_hevc_swvdec.cpp3080 eRet = update_portdef(portDefn);
8504 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
8511 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
8567 DEBUG_PRINT_HIGH("update_portdef Width = %lu Height = %lu Stride = %ld"
10725 update_portdef(&m_port_def);
10750 update_portdef(&m_port_def);
H A Domx_vdec_v4l2.cpp3443 eRet = update_portdef(portDefn);
9568 OMX_ERRORTYPE omx_vdec::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdec
9575 DEBUG_PRINT_LOW("omx_vdec::update_portdef");
9632 DEBUG_PRINT_ERROR("update_portdef : Error in getting port resolution");
9652 DEBUG_PRINT_HIGH("update_portdef(%u): Width = %u Height = %u Stride = %d "
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp2679 eRet = update_portdef(portDefn);
7109 OMX_ERRORTYPE omx_vdpp::update_portdef(OMX_PARAM_PORTDEFINITIONTYPE *portDefn) function in class:omx_vdpp
7116 DEBUG_PRINT_LOW("omx_vdpp::update_portdef\n");
7167 DEBUG_PRINT_HIGH("update_portdef for %lu Width = %lu Height = %lu Stride = %ld SliceHeight = %lu portDefn->format.video.eColorFormat = %d \n", portDefn->nPortIndex,

Completed in 463 milliseconds