Home
last modified time | relevance | path

Searched refs:m_sConfigFrameRotation (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_extensions.hpp75 setStatus &= vExt.setParamInt32(ext, "angle", m_sConfigFrameRotation.nRotation); in get_vendor_extension_config()
139 memcpy(&rotationParam, &m_sConfigFrameRotation, sizeof(OMX_CONFIG_ROTATIONTYPE)); in set_vendor_extension_config()
Domx_video_encoder.cpp299 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
300 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
301 m_sConfigFrameRotation.nRotation = 0; in component_init()
1922 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
1941 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
1944 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
Domx_swvenc_hevc.cpp188 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
189 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()
190 m_sConfigFrameRotation.nRotation = 0; in component_init()
Domx_swvenc_mpeg4.cpp199 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
200 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()
201 m_sConfigFrameRotation.nRotation = 0; in component_init()
Domx_video_base.cpp2154 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp194 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
195 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()
196 m_sConfigFrameRotation.nRotation = 0; in component_init()
1374 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
1397 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
1400 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
Domx_video_base.cpp1922 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp227 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
228 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
229 m_sConfigFrameRotation.nRotation = 0; in component_init()
1760 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
1779 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
1782 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
Domx_video_base.cpp1996 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp188 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
189 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()
190 m_sConfigFrameRotation.nRotation = 0; in component_init()
Domx_video_encoder.cpp294 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
295 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
296 m_sConfigFrameRotation.nRotation = 0; in component_init()
2026 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
2037 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
Domx_swvenc_mpeg4.cpp199 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()
200 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()
201 m_sConfigFrameRotation.nRotation = 0; in component_init()
Domx_video_base.cpp2210 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h548 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h604 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h626 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h635 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable