Searched refs:extra_delay (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/test/
H A Dfake_network_pipe.cc58 void IncrementArrivalTime(int64_t extra_delay) { argument
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/
H A Ddtmfsender_unittest.cc162 // 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/ios/
H A Daudio_device_unittest_ios.cc297 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);
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_unittest.cc305 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);

Completed in 148 milliseconds