HomeSort by relevance Sort by last modified time
    Searched full:ktimestampgrouplength (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 542 const int kTimestampGroupLength = 15;
544 AbsSendTime(kTimestampGroupLength, 90000);
547 for (int j = 0; j < kTimestampGroupLength; ++j) {
548 // Insert |kTimestampGroupLength| frames with just 1 timestamp ticks in
552 clock_.AdvanceTimeMilliseconds(kFrameIntervalMs / kTimestampGroupLength);
559 timestamp += 90 * kFrameIntervalMs - kTimestampGroupLength;

Completed in 789 milliseconds