Home
last modified time | relevance | path

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

/external/webrtc/audio/utility/
Daudio_frame_operations.cc195 bool previous_frame_muted, in Mute() argument
198 if (!previous_frame_muted && !current_frame_muted) { in Mute()
200 } else if (previous_frame_muted && current_frame_muted) { in Mute()
226 RTC_DCHECK(!previous_frame_muted); in Mute()
233 RTC_DCHECK(previous_frame_muted); in Mute()
Daudio_frame_operations.h89 bool previous_frame_muted,