Searched refs:m_sParamH263 (Results 1 – 6 of 6) sorted by relevance
354 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()355 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()356 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init()357 m_sParamH263.nBFrames = 0; in component_init()358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init()359 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init()360 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init()361 m_sParamH263.nAllowedPictureTypes = 2; in component_init()362 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init()363 m_sParamH263.nPictureHeaderRepetition = 0; in component_init()[all …]
1635 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
374 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()375 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()376 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init()377 m_sParamH263.nBFrames = 0; in component_init()378 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init()379 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init()380 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init()381 m_sParamH263.nAllowedPictureTypes = 2; in component_init()382 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init()383 m_sParamH263.nPictureHeaderRepetition = 0; in component_init()[all …]
1540 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
538 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
575 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable