Searched refs:uiLevel (Results 1 – 7 of 7) sorted by relevance
518 …ELevelIdc uiLevel = WelsGetLevelIdc (pSps, pLayerParamInternal->fOutputFrameRate, pLayerParam->iSp… in WelsInitSps() local522 if ((uiLevel == LEVEL_1_B) && in WelsInitSps()524 uiLevel = LEVEL_1_1; in WelsInitSps()527 if ((pLayerParam->uiLevelIdc == LEVEL_UNKNOWN) || (pLayerParam->uiLevelIdc < uiLevel)) { in WelsInitSps()528 pLayerParam->uiLevelIdc = uiLevel; in WelsInitSps()
1993 ELevelIdc uiLevel = LEVEL_UNKNOWN; in TEST_F() local1995 uiLevel = CheckLevelLimitation (&sParam) ; in TEST_F()1996 if ((uiLevel == LEVEL_1_B) && in TEST_F()1998 uiLevel = LEVEL_1_1; in TEST_F()2000 if (iEncLevelIdc < uiLevel) { in TEST_F()2001 iEncLevelIdc = uiLevel; in TEST_F()2058 uiLevel = CheckLevelLimitation (&sParam) ; in TEST_F()2059 if ((uiLevel == LEVEL_1_B) && in TEST_F()2061 uiLevel = LEVEL_1_1; in TEST_F()2063 if (iEncLevelIdc < uiLevel) { in TEST_F()[all …]
1052 uint32_t uiProfile, uiLevel; in TEST_F() local1055 rv = decoder_->GetOption (DECODER_OPTION_LEVEL, &uiLevel); in TEST_F()1065 ASSERT_EQ (sDecStat.uiLevel, uiLevel); in TEST_F()
1180 uint32_t uiLevel = pDecStat->uiLevel; in ResetDecStatNums() local1187 pDecStat->uiLevel = uiLevel; in ResetDecStatNums()
858 pDecoderStatistics->uiLevel = pSps->uiLevelIdc; in UpdateDecoderStatisticsForActiveParaset()
793 unsigned int uiLevel; ///< level idc according to Annex A-1 member
979 sDecoderStatistics.uiLevel, in OutputStatisticsLog()