Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl.cc65 const auto a_activity = a.audio_frame->vad_activity_; in ShouldMixBefore() local
68 if (a_activity != b_activity) { in ShouldMixBefore()
69 return a_activity == AudioFrame::kVadActive; in ShouldMixBefore()