Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dencoder_overshoot_detector_unittest.cc20 class EncoderOvershootDetectorTest : public ::testing::Test { class
24 EncoderOvershootDetectorTest() in EncoderOvershootDetectorTest() function in webrtc::EncoderOvershootDetectorTest
73 TEST_F(EncoderOvershootDetectorTest, NoUtilizationIfNoRate) { in TEST_F() argument
89 TEST_F(EncoderOvershootDetectorTest, OptimalSize) { in TEST_F() argument
96 TEST_F(EncoderOvershootDetectorTest, Undershoot) { in TEST_F() argument
102 TEST_F(EncoderOvershootDetectorTest, Overshoot) { in TEST_F() argument
108 TEST_F(EncoderOvershootDetectorTest, ConstantOvershootVaryingRates) { in TEST_F() argument
118 TEST_F(EncoderOvershootDetectorTest, ConstantRateVaryingOvershoot) { in TEST_F() argument
130 TEST_F(EncoderOvershootDetectorTest, PartialOvershoot) { in TEST_F() argument