Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc310 const int kFrameIntervalMs = 1000 / kFramerate; in InitialBehaviorTestHelper() local
337 timestamp += 90 * kFrameIntervalMs; in InitialBehaviorTestHelper()
358 const int kFrameIntervalMs = 1000 / kFramerate; in RateIncreaseReorderingTestHelper() local
370 clock_.AdvanceTimeMilliseconds(kFrameIntervalMs); in RateIncreaseReorderingTestHelper()
371 timestamp += 90 * kFrameIntervalMs; in RateIncreaseReorderingTestHelper()
381 clock_.AdvanceTimeMilliseconds(2 * kFrameIntervalMs); in RateIncreaseReorderingTestHelper()
382 timestamp += 2 * 90 * kFrameIntervalMs; in RateIncreaseReorderingTestHelper()
388 timestamp - 90 * kFrameIntervalMs, in RateIncreaseReorderingTestHelper()
519 const int kFrameIntervalMs = 1000 / kFramerate; in TestTimestampGroupingTestHelper() local
532 clock_.AdvanceTimeMilliseconds(kFrameIntervalMs); in TestTimestampGroupingTestHelper()
[all …]