Searched refs:m_sPortParam (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 165 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE); in component_init() 166 m_sPortParam.nPorts = 0x2; in component_init() 167 m_sPortParam.nStartPortNumber = (OMX_U32) PORT_INDEX_IN; in component_init()
|
D | omx_video_base.cpp | 1574 memcpy(portParamType, &m_sPortParam, sizeof(m_sPortParam)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 159 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE); in component_init() 160 m_sPortParam.nPorts = 0x2; in component_init() 161 m_sPortParam.nStartPortNumber = (OMX_U32) PORT_INDEX_IN; in component_init()
|
D | omx_video_encoder.cpp | 270 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE); in component_init() 271 m_sPortParam.nPorts = 0x2; in component_init() 272 m_sPortParam.nStartPortNumber = (OMX_U32) PORT_INDEX_IN; in component_init()
|
D | omx_swvenc_mpeg4.cpp | 170 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE); in component_init() 171 m_sPortParam.nPorts = 0x2; in component_init() 172 m_sPortParam.nStartPortNumber = (OMX_U32) PORT_INDEX_IN; in component_init()
|
D | omx_video_base.cpp | 1566 memcpy(portParamType, &m_sPortParam, sizeof(m_sPortParam)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 531 OMX_PORT_PARAM_TYPE m_sPortParam; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 593 OMX_PORT_PARAM_TYPE m_sPortParam; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 583 OMX_PORT_PARAM_TYPE m_sPortParam; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 198 OMX_INIT_STRUCT(&m_sPortParam, OMX_PORT_PARAM_TYPE); in component_init() 199 m_sPortParam.nPorts = 0x2; in component_init() 200 m_sPortParam.nStartPortNumber = (OMX_U32) PORT_INDEX_IN; in component_init()
|
D | omx_video_base.cpp | 1494 memcpy(portParamType, &m_sPortParam, sizeof(m_sPortParam)); in get_parameter()
|