Searched refs:m_sParamProfileLevel (Results 1 – 6 of 6) sorted by relevance
209 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init()210 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init()231 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init()235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init()236 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init()240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init()241 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init()780 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter()781 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter()[all …]
1659 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
233 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init()234 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()253 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init()254 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init()256 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init()257 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init()259 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init()260 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init()262 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init()263 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init()[all …]
1571 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
569 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable