Searched refs:current_frame_muted (Results 1 – 2 of 2) sorted by relevance
196 bool current_frame_muted) { in Mute() argument198 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()
90 bool current_frame_muted);