Searched refs:m_sConfigFrameRotation (Results 1 – 6 of 6) sorted by relevance
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()
1922 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
210 OMX_INIT_STRUCT(&m_sConfigFrameRotation, OMX_CONFIG_ROTATIONTYPE); in component_init()211 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_IN; in component_init()212 m_sConfigFrameRotation.nRotation = 0; in component_init()1559 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()1582 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()1585 m_sConfigFrameRotation.nRotation = pParam->nRotation; in set_config()
1927 memcpy(pParam, &m_sConfigFrameRotation, sizeof(m_sConfigFrameRotation)); in get_config()
548 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable
586 OMX_CONFIG_ROTATIONTYPE m_sConfigFrameRotation; variable