Home
last modified time | relevance | path

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

/external/webrtc/common_video/
Dframe_rate_estimator_unittest.cc58 const double kHighFps = 30.0; in TEST_F() local
68 clock_.AdvanceTime(TimeDelta::Seconds(1) / kHighFps); in TEST_F()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc5000 const int kHighFps = 30; in TEST_F() local
5031 const int kVcmTimerIntervalFrames = (kProcessIntervalMs * kHighFps) / 1000; in TEST_F()
5032 const int kFrameIntervalMs = 1000 / kHighFps; in TEST_F()
5033 max_framerate_ = kHighFps; in TEST_F()