Searched refs:current_audio_delay_ms (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/webrtc/video/ |
H A D | stream_synchronization_unittest.cc | 41 int current_audio_delay_ms, in DelayedStreams() argument 103 return sync_.ComputeDelays(relative_delay_ms, current_audio_delay_ms, in DelayedStreams() 114 int current_audio_delay_ms = base_target_delay_ms; in BothDelayedAudioLaterTest() local 120 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest() 126 current_audio_delay_ms = total_audio_delay_ms; in BothDelayedAudioLaterTest() 133 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest() 139 current_audio_delay_ms = total_audio_delay_ms; in BothDelayedAudioLaterTest() 146 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest() 153 current_audio_delay_ms = base_target_delay_ms + kNeteqDelayIncrease; in BothDelayedAudioLaterTest() 160 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest() [all …]
|
H A 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()
|
H A D | stream_synchronization.h | 32 int current_audio_delay_ms,
|