Searched refs:uiResolutionChangeTimes (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_DecExt.cpp | 543 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/ |
D | codec_app_def.h | 750 unsigned int uiResolutionChangeTimes; ///< uiResolutionChangeTimes member 771 unsigned int uiResolutionChangeTimes; ///< uiResolutionChangeTimes member
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 576 … 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/ |
D | EncUT_EncoderExt.cpp | 821 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/ |
D | welsDecoderExt.cpp | 958 sDecoderStatistics.uiResolutionChangeTimes, in OutputStatisticsLog()
|
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 1060 ASSERT_EQ (sDecStat.uiResolutionChangeTimes, (unsigned int) (i + 1)); in TEST_F()
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder_core.cpp | 82 pCtx->pDecoderStatistics->uiResolutionChangeTimes++; in DecodeFrameConstruction() 276 pCtx->pDecoderStatistics->uiResolutionChangeTimes++; in DecodeFrameConstruction()
|