Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Dwebaudio_capturer_source.cc26 audio_format_changed_(false) { in WebAudioCapturerSource()
53 audio_format_changed_ = true; in setFormat()
86 if (audio_format_changed_) { in consumeAudio()
88 audio_format_changed_ = false; in consumeAudio()
Dwebaudio_capturer_source.h73 bool audio_format_changed_; variable