Home
last modified time | relevance | path

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

/external/webrtc/common_video/
Dframe_rate_estimator_unittest.cc57 const double kLowFps = 10.0; in TEST_F() local
64 clock_.AdvanceTime(TimeDelta::Seconds(1) / kLowFps); in TEST_F()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc4999 const int kLowFps = 2; in TEST_F() local
5008 max_framerate_ = kLowFps; in TEST_F()
5011 for (int i = 0; i < kLowFps * 2; ++i) { in TEST_F()
5015 timestamp_ms += 1000 / kLowFps; in TEST_F()
5026 timestamp_ms += 1000 / kLowFps; in TEST_F()
5028 EXPECT_EQ(kLowFps, fake_encoder_.GetConfiguredInputFramerate()); in TEST_F()
5047 EXPECT_GT(fake_encoder_.GetConfiguredInputFramerate(), kLowFps); in TEST_F()