Searched refs:current_audio_delay_ms (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/video/ |
D | stream_synchronization_unittest.cc | 41 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 …]
|
D | stream_synchronization.cc | 65 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()
|
D | stream_synchronization.h | 32 int current_audio_delay_ms,
|