Searched refs:frames_until_overuse (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_detector_unittest.cc | 196 int frames_until_overuse = RunUntilOveruse(packets_per_frame, packet_size, in TEST_F() local 198 EXPECT_EQ(8, frames_until_overuse); in TEST_F() 211 int frames_until_overuse = RunUntilOveruse(packets_per_frame, packet_size, in TEST_F() local 213 EXPECT_EQ(6, frames_until_overuse); in TEST_F() 335 int frames_until_overuse = RunUntilOveruse(packets_per_frame, packet_size, in TEST_F() local 337 EXPECT_EQ(13, frames_until_overuse); in TEST_F() 349 int frames_until_overuse = RunUntilOveruse(packets_per_frame, packet_size, in TEST_F() local 351 EXPECT_EQ(4, frames_until_overuse); in TEST_F() 363 int frames_until_overuse = RunUntilOveruse(packets_per_frame, packet_size, in TEST_F() local 365 EXPECT_EQ(32, frames_until_overuse); in TEST_F() [all …]
|