Searched refs:total_audio_delay_ms (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/video/ |
D | stream_synchronization_unittest.cc | 42 int* total_audio_delay_ms, in DelayedStreams() argument 104 total_audio_delay_ms, total_video_delay_ms); in DelayedStreams() 115 int total_audio_delay_ms = 0; in BothDelayedAudioLaterTest() local 120 current_audio_delay_ms, &total_audio_delay_ms, in BothDelayedAudioLaterTest() 123 EXPECT_EQ(base_target_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() 136 EXPECT_EQ(base_target_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() [all …]
|