Home
last modified time | relevance | path

Searched defs:ReceiveStatisticsProxy2Test (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dreceive_statistics_proxy2_unittest.cc45 class ReceiveStatisticsProxy2Test : public ::testing::Test { class
47 ReceiveStatisticsProxy2Test() : time_controller_(Timestamp::Millis(1234)) { in ReceiveStatisticsProxy2Test() function in webrtc::internal::ReceiveStatisticsProxy2Test
113 TEST_F(ReceiveStatisticsProxy2Test, OnDecodedFrameIncreasesFramesDecoded) { in TEST_F() argument
123 TEST_F(ReceiveStatisticsProxy2Test, DecodedFpsIsReported) { in TEST_F() argument
140 TEST_F(ReceiveStatisticsProxy2Test, DecodedFpsIsNotReportedForTooFewSamples) { in TEST_F() argument
155 TEST_F(ReceiveStatisticsProxy2Test, in TEST_F() argument
184 TEST_F(ReceiveStatisticsProxy2Test, OnDecodedFrameIncreasesProcessingDelay) { in TEST_F() argument
221 TEST_F(ReceiveStatisticsProxy2Test, OnDecodedFrameIncreasesAssemblyTime) { in TEST_F() argument
293 TEST_F(ReceiveStatisticsProxy2Test, OnDecodedFrameIncreasesQpSum) { in TEST_F() argument
304 TEST_F(ReceiveStatisticsProxy2Test, OnDecodedFrameIncreasesTotalDecodeTime) { in TEST_F() argument
[all …]