Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dstream_synchronization_unittest.cc94 int* extra_audio_delay_ms, in DelayedStreams() argument
147 extra_audio_delay_ms, in DelayedStreams()
162 int extra_audio_delay_ms = 0; in BothDelayedAudioLaterTest() local
171 &extra_audio_delay_ms, in BothDelayedAudioLaterTest()
174 EXPECT_EQ(base_target_delay, extra_audio_delay_ms); in BothDelayedAudioLaterTest()
175 current_audio_delay_ms = extra_audio_delay_ms; in BothDelayedAudioLaterTest()
185 &extra_audio_delay_ms, in BothDelayedAudioLaterTest()
188 EXPECT_EQ(base_target_delay, extra_audio_delay_ms); in BothDelayedAudioLaterTest()
189 current_audio_delay_ms = extra_audio_delay_ms; in BothDelayedAudioLaterTest()
199 &extra_audio_delay_ms, in BothDelayedAudioLaterTest()
[all …]
Dstream_synchronization.cc33 extra_audio_delay_ms = 0; in ViESyncDelay()
40 int extra_audio_delay_ms; member
131 channel_delay_->extra_audio_delay_ms = base_target_delay_ms_; in ComputeDelays()
134 channel_delay_->extra_audio_delay_ms += diff_ms; in ComputeDelays()
140 if (channel_delay_->extra_audio_delay_ms > base_target_delay_ms_) { in ComputeDelays()
144 channel_delay_->extra_audio_delay_ms += diff_ms; in ComputeDelays()
150 channel_delay_->extra_audio_delay_ms = base_target_delay_ms_; in ComputeDelays()
176 if (channel_delay_->extra_audio_delay_ms > base_target_delay_ms_) { in ComputeDelays()
177 new_audio_delay_ms = channel_delay_->extra_audio_delay_ms; in ComputeDelays()
186 new_audio_delay_ms, channel_delay_->extra_audio_delay_ms); in ComputeDelays()
[all …]
Dstream_synchronization.h37 int* extra_audio_delay_ms,