Home | History | Annotate | Download | only in src

Lines Matching refs:m_sParamVP8

439     OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE);
440 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
441 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
442 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0;
443 m_sParamVP8.nDCTPartitions = 0;
444 m_sParamVP8.bErrorResilientMode = OMX_FALSE;
860 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions ||
861 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) {
868 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE));
923 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile;
924 m_sParamVP8.eLevel = (OMX_VIDEO_VP8LEVELTYPE)m_sParamProfileLevel.eLevel;
925 DEBUG_PRINT_LOW("VP8 profile = %d, level = %d", m_sParamVP8.eProfile,
926 m_sParamVP8.eLevel);
1483 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)eProfile;
1484 m_sParamVP8.eLevel = (OMX_VIDEO_VP8LEVELTYPE)eLevel;
1485 DEBUG_PRINT_LOW("VP8 profile = %d, level = %d", m_sParamVP8.eProfile,
1486 m_sParamVP8.eLevel);