Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp543 EXPECT_EQ (3u, sDecStatic.uiResolutionChangeTimes); in TestGetDecStatistics()
563 EXPECT_EQ (1u, sDecStatic.uiResolutionChangeTimes); in TestGetDecStatistics()
585 EXPECT_EQ (1u, sDecStatic.uiResolutionChangeTimes); in TestGetDecStatistics()
607 EXPECT_EQ (1u, sDecStatic.uiResolutionChangeTimes); in TestGetDecStatistics()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h750 unsigned int uiResolutionChangeTimes; ///< uiResolutionChangeTimes member
771 unsigned int uiResolutionChangeTimes; ///< uiResolutionChangeTimes member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp576 … pStatistics->uiResolutionChangeTimes, pStatistics->uiIDRReqNum, pStatistics->uiIDRSentNum, in LogStatistics()
609 pStatistics->uiResolutionChangeTimes ++; in UpdateStatistics()
1289 pStatistics->uiResolutionChangeTimes = pEncStatistics->uiResolutionChangeTimes; in GetOption()
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp821 unsigned int uiExistingResolutionChange = pEncoderStatistics->uiResolutionChangeTimes; in ChangeResolutionAndCheckStatistics()
848 EXPECT_EQ (pEncoderStatistics->uiResolutionChangeTimes, uiKnownResolutionChangeTimes); in ChangeResolutionAndCheckStatistics()
875 EXPECT_EQ (sEncoderStatistics.uiResolutionChangeTimes, static_cast<unsigned int> (0)); in TEST_F()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp958 sDecoderStatistics.uiResolutionChangeTimes, in OutputStatisticsLog()
/third_party/openh264/test/api/
Ddecode_api_test.cpp1060 ASSERT_EQ (sDecStat.uiResolutionChangeTimes, (unsigned int) (i + 1)); in TEST_F()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp82 pCtx->pDecoderStatistics->uiResolutionChangeTimes++; in DecodeFrameConstruction()
276 pCtx->pDecoderStatistics->uiResolutionChangeTimes++; in DecodeFrameConstruction()