Home
last modified time | relevance | path

Searched refs:uiLevel (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp518 …ELevelIdc uiLevel = WelsGetLevelIdc (pSps, pLayerParamInternal->fOutputFrameRate, pLayerParam->iSp… in WelsInitSps() local
522 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()
/third_party/openh264/test/api/
Dencode_options_test.cpp1993 ELevelIdc uiLevel = LEVEL_UNKNOWN; in TEST_F() local
1995 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 …]
Ddecode_api_test.cpp1052 uint32_t uiProfile, uiLevel; in TEST_F() local
1055 rv = decoder_->GetOption (DECODER_OPTION_LEVEL, &uiLevel); in TEST_F()
1065 ASSERT_EQ (sDecStat.uiLevel, uiLevel); in TEST_F()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp1180 uint32_t uiLevel = pDecStat->uiLevel; in ResetDecStatNums() local
1187 pDecStat->uiLevel = uiLevel; in ResetDecStatNums()
Ddecoder_core.cpp858 pDecoderStatistics->uiLevel = pSps->uiLevelIdc; in UpdateDecoderStatisticsForActiveParaset()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h793 unsigned int uiLevel; ///< level idc according to Annex A-1 member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp979 sDecoderStatistics.uiLevel, in OutputStatisticsLog()