Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl.cc203 int max_audio_frame_counter = kMaximumAmountOfMixedAudioSources; in GetAudioFromSources() local
215 if (max_audio_frame_counter > 0) { in GetAudioFromSources()
216 --max_audio_frame_counter; in GetAudioFromSources()