Searched refs:previous_frame_muted (Results 1 – 2 of 2) sorted by relevance
195 bool previous_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()226 RTC_DCHECK(!previous_frame_muted); in Mute()233 RTC_DCHECK(previous_frame_muted); in Mute()
89 bool previous_frame_muted,