Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc542 const int kTimestampGroupLength = 15; in TestTimestampGroupingTestHelper() local
544 AbsSendTime(kTimestampGroupLength, 90000); in TestTimestampGroupingTestHelper()
547 for (int j = 0; j < kTimestampGroupLength; ++j) { in TestTimestampGroupingTestHelper()
552 clock_.AdvanceTimeMilliseconds(kFrameIntervalMs / kTimestampGroupLength); in TestTimestampGroupingTestHelper()
559 timestamp += 90 * kFrameIntervalMs - kTimestampGroupLength; in TestTimestampGroupingTestHelper()