HomeSort by relevance Sort by last modified time
    Searched defs:WebAudioCapturerSource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
webaudio_capturer_source.cc 23 WebAudioCapturerSource::WebAudioCapturerSource()
29 WebAudioCapturerSource::~WebAudioCapturerSource() {
32 void WebAudioCapturerSource::setFormat(
35 DVLOG(1) << "WebAudioCapturerSource::setFormat(sample_rate="
39 LOG(WARNING) << "WebAudioCapturerSource::setFormat() : unhandled format.";
47 // Set the format used by this WebAudioCapturerSource. We are using 10ms data
64 void WebAudioCapturerSource::Start(
73 void WebAudioCapturerSource::Stop()
    [all...]
webaudio_capturer_source.h 22 // WebAudioCapturerSource is the missing link between
29 class WebAudioCapturerSource
30 : public base::RefCountedThreadSafe<WebAudioCapturerSource>,
33 WebAudioCapturerSource();
43 // Called when the WebAudioCapturerSource is hooking to a media audio track.
53 friend class base::RefCountedThreadSafe<WebAudioCapturerSource>;
54 virtual ~WebAudioCapturerSource();
60 // The audio track this WebAudioCapturerSource is feeding data to.
91 DISALLOW_COPY_AND_ASSIGN(WebAudioCapturerSource);

Completed in 1448 milliseconds