Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc141 uint32_t frame_duration_ms = 33; in TEST_F() local
147 now_ms_ += frame_duration_ms; in TEST_F()
148 rtp_timestamp += frame_duration_ms * 90; in TEST_F()
155 uint32_t frame_duration_ms = 10; in TEST_F() local
161 rtp_timestamp += frame_duration_ms * 90; in TEST_F()
163 now_ms_ += frame_duration_ms - 5; in TEST_F()
165 now_ms_ += frame_duration_ms + 5; in TEST_F()
173 uint32_t frame_duration_ms = 10; in TEST_F() local
179 now_ms_ += frame_duration_ms; in TEST_F()
181 rtp_timestamp += (frame_duration_ms - 5) * 90; in TEST_F()
[all …]
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_fixture_impl.cc446 const int frame_duration_ms = in ProcessAllFrames() local
448 SleepMs(frame_duration_ms); in ProcessAllFrames()