Searched refs:m_sParamVP8 (Results 1 – 3 of 3) sorted by relevance
415 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE); in component_init()416 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()417 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init()418 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0; in component_init()419 m_sParamVP8.nDCTPartitions = 0; in component_init()420 m_sParamVP8.bErrorResilientMode = OMX_FALSE; in component_init()805 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions || in set_parameter()806 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) { in set_parameter()813 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE)); in set_parameter()855 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter()[all …]
1554 memcpy(pParam, &m_sParamVP8, sizeof(m_sParamVP8)); in get_parameter()
577 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8; variable