Home
last modified time | relevance | path

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

/external/webrtc/video/
Dstream_synchronization_unittest.cc41 int current_audio_delay_ms, in DelayedStreams() argument
104 return sync_.ComputeDelays(relative_delay_ms, current_audio_delay_ms, in DelayedStreams()
115 int current_audio_delay_ms = base_target_delay_ms; in BothDelayedAudioLaterTest() local
121 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest()
127 current_audio_delay_ms = total_audio_delay_ms; in BothDelayedAudioLaterTest()
134 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest()
140 current_audio_delay_ms = total_audio_delay_ms; in BothDelayedAudioLaterTest()
147 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest()
154 current_audio_delay_ms = base_target_delay_ms + kNeteqDelayIncrease; in BothDelayedAudioLaterTest()
161 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest()
[all …]
Dstream_synchronization.cc65 int current_audio_delay_ms, in ComputeDelays() argument
70 RTC_LOG(LS_VERBOSE) << "Audio delay: " << current_audio_delay_ms in ComputeDelays()
77 current_video_delay_ms - current_audio_delay_ms + relative_delay_ms; in ComputeDelays()
Dstream_synchronization.h32 int current_audio_delay_ms,