/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 75 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()
|
D | omx_video_encoder.cpp | 299 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() 1923 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 1942 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config() 1945 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
D | omx_swvenc_hevc.cpp | 188 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()
|
D | omx_swvenc_mpeg4.cpp | 199 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()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 75 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()
|
D | omx_video_encoder.cpp | 294 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() 2048 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 2059 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
D | omx_swvenc_mpeg4.cpp | 199 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()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 194 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()
|
D | omx_video_base.cpp | 1922 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 221 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 222 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init() 223 m_sConfigFrameRotation.nRotation = 0; in component_init() 741 m_sConfigFrameRotation.nRotation, in set_parameter() 1750 if (m_sConfigFrameRotation.nRotation == pParam->nRotation) { in set_config() 1755 OMX_S32 rotation_diff = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 1793 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config() 1920 uint32_t rotation = m_sConfigFrameRotation.nRotation; in swvenc_do_rotate() 2355 if (m_bIsRotationSupported && m_sConfigFrameRotation.nRotation != 0) { in dev_empty_buf()
|
D | omx_video_extensions.hpp | 166 setStatus &= vExt.setParamInt32(ext, "angle", m_sConfigFrameRotation.nRotation); in get_vendor_extension_config() 384 memcpy(&rotationParam, &m_sConfigFrameRotation, sizeof(OMX_CONFIG_ROTATIONTYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 198 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 199 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 200 m_sConfigFrameRotation.nRotation = 0; in component_init() 1836 if (m_sConfigFrameRotation.nRotation == pParam->nRotation) { in set_config() 1846 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 226 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 227 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init() 228 m_sConfigFrameRotation.nRotation = 0; in component_init() 733 m_sConfigFrameRotation.nRotation, in set_parameter() 1777 if (m_sConfigFrameRotation.nRotation == pParam->nRotation) { in set_config() 1782 OMX_S32 rotation_diff = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 1820 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config() 1947 uint32_t rotation = m_sConfigFrameRotation.nRotation; in swvenc_do_rotate() 2403 if (m_bIsRotationSupported && m_sConfigFrameRotation.nRotation != 0) { in dev_empty_buf()
|
D | omx_video_extensions.hpp | 181 setStatus &= vExt.setParamInt32(ext, "angle", m_sConfigFrameRotation.nRotation); in get_vendor_extension_config() 467 memcpy(&rotationParam, &m_sConfigFrameRotation, sizeof(OMX_CONFIG_ROTATIONTYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 371 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 372 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 373 m_sConfigFrameRotation.nRotation = 0; in component_init() 2099 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 234 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 235 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init() 236 m_sConfigFrameRotation.nRotation = 0; in component_init() 745 m_sConfigFrameRotation.nRotation, in set_parameter() 1721 if (m_sConfigFrameRotation.nRotation == pParam->nRotation) { in set_config() 1726 OMX_S32 rotation_diff = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 1764 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config() 1891 uint32_t rotation = m_sConfigFrameRotation.nRotation; in swvenc_do_rotate() 2347 if (m_bIsRotationSupported && m_sConfigFrameRotation.nRotation != 0) { in dev_empty_buf()
|
D | omx_video_extensions.hpp | 178 setStatus &= vExt.setParamInt32(ext, "angle", m_sConfigFrameRotation.nRotation); in get_vendor_extension_config() 415 memcpy(&rotationParam, &m_sConfigFrameRotation, sizeof(OMX_CONFIG_ROTATIONTYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 329 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init() 330 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 331 m_sConfigFrameRotation.nRotation = 0; in component_init() 1804 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 227 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() 1761 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config() 1780 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config() 1783 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
|
D | omx_video_base.cpp | 1998 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 548 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 604 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 690 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 693 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 700 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
|