Home
last modified time | relevance | path

Searched refs:WebRtcAudioCapturer (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebrtc_audio_capturer.cc41 class WebRtcAudioCapturer::TrackOwner
42 : public base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner> {
86 const scoped_refptr<WebRtcAudioCapturer::TrackOwner>& owner) const { in operator ()()
96 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner>;
111 scoped_refptr<WebRtcAudioCapturer> WebRtcAudioCapturer::CreateCapturer() { in CreateCapturer()
112 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer(); in CreateCapturer()
116 void WebRtcAudioCapturer::Reconfigure(int sample_rate, in Reconfigure()
139 bool WebRtcAudioCapturer::Initialize(int render_view_id, in Initialize()
219 WebRtcAudioCapturer::WebRtcAudioCapturer() in WebRtcAudioCapturer() function in content::WebRtcAudioCapturer
232 WebRtcAudioCapturer::~WebRtcAudioCapturer() { in ~WebRtcAudioCapturer()
[all …]
Dwebrtc_audio_capturer.h39 class CONTENT_EXPORT WebRtcAudioCapturer
40 : public base::RefCountedThreadSafe<WebRtcAudioCapturer>,
45 static scoped_refptr<WebRtcAudioCapturer> CreateCapturer();
129 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer>;
130 WebRtcAudioCapturer();
131 virtual ~WebRtcAudioCapturer();
206 DISALLOW_COPY_AND_ASSIGN(WebRtcAudioCapturer);
Dwebrtc_local_audio_track.h36 class WebRtcAudioCapturer; variable
50 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE()
97 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE()
120 scoped_refptr<WebRtcAudioCapturer> capturer_; in NON_EXPORTED_BASE()
Dwebaudio_capturer_source.h19 class WebRtcAudioCapturer; variable
47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer);
68 WebRtcAudioCapturer* capturer_;
Dmedia_stream_source_extra_data.h46 void SetAudioCapturer(WebRtcAudioCapturer* capturer) { in NON_EXPORTED_BASE()
51 WebRtcAudioCapturer* GetAudioCapturer() const { in NON_EXPORTED_BASE()
83 scoped_refptr<WebRtcAudioCapturer> audio_capturer_; in NON_EXPORTED_BASE()
Dwebrtc_audio_device_impl.h181 class WebRtcAudioCapturer; variable
303 void AddAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer); in NON_EXPORTED_BASE()
309 scoped_refptr<WebRtcAudioCapturer> GetDefaultCapturer() const; in NON_EXPORTED_BASE()
325 typedef std::list<scoped_refptr<WebRtcAudioCapturer> > CapturerList; in NON_EXPORTED_BASE()
Dwebrtc_audio_device_impl.cc326 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in SetMicrophoneVolume()
340 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in MicrophoneVolume()
371 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in StereoRecordingIsAvailable()
394 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in RecordingSampleRate()
425 const scoped_refptr<WebRtcAudioCapturer>& capturer) { in AddAudioCapturer()
437 scoped_refptr<WebRtcAudioCapturer>
Dwebrtc_local_audio_track_unittest.cc36 FakeAudioThread(const scoped_refptr<WebRtcAudioCapturer>& capturer, in FakeAudioThread()
78 scoped_refptr<WebRtcAudioCapturer> capturer_;
86 explicit MockCapturerSource(WebRtcAudioCapturer* capturer) in MockCapturerSource()
118 WebRtcAudioCapturer* capturer_;
165 capturer_ = WebRtcAudioCapturer::CreateCapturer(); in SetUp()
177 scoped_refptr<WebRtcAudioCapturer> capturer_;
502 scoped_refptr<WebRtcAudioCapturer> new_capturer( in TEST_F()
503 WebRtcAudioCapturer::CreateCapturer()); in TEST_F()
561 scoped_refptr<WebRtcAudioCapturer> capturer( in TEST_F()
562 WebRtcAudioCapturer::CreateCapturer()); in TEST_F()
Dmedia_stream_dependency_factory.h48 class WebRtcAudioCapturer; variable
190 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE()
212 virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer( in NON_EXPORTED_BASE()
Dwebrtc_audio_capturer_unittest.cc97 capturer_ = WebRtcAudioCapturer::CreateCapturer(); in WebRtcAudioCapturerTest()
122 scoped_refptr<WebRtcAudioCapturer> capturer_; in WebRtcAudioCapturerTest()
Dmock_media_stream_dependency_factory.cc453 const scoped_refptr<WebRtcAudioCapturer>& capturer, in CreateLocalAudioTrack()
460 id, WebRtcAudioCapturer::CreateCapturer(), webaudio_source, in CreateLocalAudioTrack()
480 scoped_refptr<WebRtcAudioCapturer>
483 return WebRtcAudioCapturer::CreateCapturer(); in MaybeCreateAudioCapturer()
Dwebrtc_local_audio_track.cc125 const scoped_refptr<WebRtcAudioCapturer>& capturer, in Create()
137 const scoped_refptr<WebRtcAudioCapturer>& capturer, in WebRtcLocalAudioTrack()
167 scoped_refptr<WebRtcAudioCapturer> capturer; in Capture()
Dmock_media_stream_dependency_factory.h144 const scoped_refptr<WebRtcAudioCapturer>& capturer,
160 virtual scoped_refptr<WebRtcAudioCapturer> MaybeCreateAudioCapturer(
Dmedia_stream_dependency_factory.cc365 scoped_refptr<WebRtcAudioCapturer> capturer( in CreateNativeMediaSources()
462 scoped_refptr<WebRtcAudioCapturer> capturer; in CreateNativeAudioMediaStreamTrack()
780 const scoped_refptr<WebRtcAudioCapturer>& capturer, in CreateLocalAudioTrack()
923 scoped_refptr<WebRtcAudioCapturer>
931 scoped_refptr<WebRtcAudioCapturer> capturer = in MaybeCreateAudioCapturer()
938 capturer = WebRtcAudioCapturer::CreateCapturer(); in MaybeCreateAudioCapturer()
Dwebrtc_local_audio_renderer.h31 class WebRtcAudioCapturer; variable
Dwebaudio_capturer_source.cc63 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) { in Start()
Dwebrtc_audio_device_unittest.cc111 scoped_refptr<WebRtcAudioCapturer> capturer( in CreateAndInitializeCapturer()
112 WebRtcAudioCapturer::CreateCapturer()); in CreateAndInitializeCapturer()
138 CreateAndStartLocalAudioTrack(WebRtcAudioCapturer* capturer, in CreateAndStartLocalAudioTrack()
Drtc_peer_connection_handler_unittest.cc245 scoped_refptr<WebRtcAudioCapturer> capturer; in CreateLocalMediaStream()
286 scoped_refptr<WebRtcAudioCapturer> capturer; in AddRemoteMockMediaStream()
Drtc_peer_connection_handler.cc555 WebRtcAudioCapturer* capturer = audio_device->GetDefaultCapturer(); in addStream()
/external/chromium_org/tools/valgrind/tsan_v2/
Dsuppressions.txt125 race:content::WebRtcAudioCapturer::SetCapturerSource
/external/chromium_org/tools/valgrind/tsan/
Dsuppressions.txt1131 fun:content::WebRtcAudioCapturer::TrackOwner::Capture
1132 fun:content::WebRtcAudioCapturer::Capture