HomeSort by relevance Sort by last modified time
    Searched refs:extra_delay (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/
fake_network_pipe.cc 58 void IncrementArrivalTime(int64_t extra_delay) {
59 arrival_time_+= extra_delay;
173 int extra_delay = GaussianRandom(config_.queue_delay_ms, local
176 packet->arrival_time() + extra_delay <
178 extra_delay = delay_link_.back()->arrival_time() -
181 packet->IncrementArrivalTime(extra_delay);
  /external/webrtc/talk/app/webrtc/
dtmfsender_unittest.cc 162 // Init extra_delay as -inter_tone_gap - duration to ensure the first
164 int extra_delay = -1 * (inter_tone_gap + duration); local
172 extra_delay = 2000; // 2 seconds
175 duration + inter_tone_gap + extra_delay));
176 extra_delay = 0;
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 305 int extra_delay = IndexToMilliseconds(static_cast<double> (index_of_max)); variable
307 PRINTD("[%d]", extra_delay);
311 // at sample N where N > 0. The term |extra_delay| accounts for N and it
313 latencies_.push_back(now_time - pulse_time_ + extra_delay);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 297 int extra_delay = IndexToMilliseconds(static_cast<double>(index_of_max)); variable
299 PRINTD("[%d]", extra_delay);
303 // at sample N where N > 0. The term |extra_delay| accounts for N and it
305 latencies_.push_back(now_time - pulse_time_ + extra_delay);
    [all...]

Completed in 90 milliseconds