Home
last modified time | relevance | path

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

/external/webrtc/audio/utility/
Daudio_frame_operations.cc196 bool current_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()
224 if (current_frame_muted) { in Mute()
Daudio_frame_operations.h90 bool current_frame_muted);