Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Dwebrtc_audio_capturer.cc51 class WebRtcAudioCapturer::TrackOwner
52 : public base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner> {
107 const scoped_refptr<WebRtcAudioCapturer::TrackOwner>& owner) const { in operator ()()
117 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner>;
132 scoped_refptr<WebRtcAudioCapturer> WebRtcAudioCapturer::CreateCapturer( in CreateCapturer()
137 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer( in CreateCapturer()
145 bool WebRtcAudioCapturer::Initialize() { in Initialize()
230 WebRtcAudioCapturer::WebRtcAudioCapturer( in WebRtcAudioCapturer() function in content::WebRtcAudioCapturer
255 WebRtcAudioCapturer::~WebRtcAudioCapturer() { in ~WebRtcAudioCapturer()
262 void WebRtcAudioCapturer::AddTrack(WebRtcLocalAudioTrack* track) { in AddTrack()
[all …]
Dwebrtc_audio_capturer.h43 class CONTENT_EXPORT WebRtcAudioCapturer
44 : public base::RefCountedThreadSafe<WebRtcAudioCapturer>,
57 static scoped_refptr<WebRtcAudioCapturer> CreateCapturer(
121 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer>;
122 virtual ~WebRtcAudioCapturer();
128 WebRtcAudioCapturer(int render_view_id,
226 DISALLOW_COPY_AND_ASSIGN(WebRtcAudioCapturer);
Dmedia_stream_audio_source.h35 void SetAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer) { in NON_EXPORTED_BASE()
40 const scoped_refptr<WebRtcAudioCapturer>& GetAudioCapturer() { in NON_EXPORTED_BASE()
59 scoped_refptr<WebRtcAudioCapturer> audio_capturer_; in NON_EXPORTED_BASE()
Dwebaudio_capturer_source.h19 class WebRtcAudioCapturer; variable
47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer);
68 WebRtcAudioCapturer* capturer_;
Dwebrtc_local_audio_track.h27 class WebRtcAudioCapturer; variable
39 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE()
95 scoped_refptr<WebRtcAudioCapturer> capturer_; in NON_EXPORTED_BASE()
Dwebrtc_audio_device_impl.h182 class WebRtcAudioCapturer; variable
335 void AddAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer); in NON_EXPORTED_BASE()
336 void RemoveAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer); in NON_EXPORTED_BASE()
340 scoped_refptr<WebRtcAudioCapturer> GetDefaultCapturer() const; in NON_EXPORTED_BASE()
357 typedef std::list<scoped_refptr<WebRtcAudioCapturer> > CapturerList; in NON_EXPORTED_BASE()
Dwebrtc_audio_device_impl.cc368 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in SetMicrophoneVolume()
382 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in MicrophoneVolume()
413 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in StereoRecordingIsAvailable()
436 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer()); in RecordingSampleRate()
467 const scoped_refptr<WebRtcAudioCapturer>& capturer) { in AddAudioCapturer()
481 const scoped_refptr<WebRtcAudioCapturer>& capturer) { in RemoveAudioCapturer()
489 scoped_refptr<WebRtcAudioCapturer>
Dwebrtc_local_audio_track_unittest.cc39 FakeAudioThread(WebRtcAudioCapturer* capturer, in FakeAudioThread()
81 WebRtcAudioCapturer* capturer_;
89 explicit MockCapturerSource(WebRtcAudioCapturer* capturer) in MockCapturerSource()
121 WebRtcAudioCapturer* capturer_;
182 capturer_ = WebRtcAudioCapturer::CreateCapturer( in SetUp()
202 scoped_refptr<WebRtcAudioCapturer> capturer_;
441 scoped_refptr<WebRtcAudioCapturer> new_capturer( in TEST_F()
442 WebRtcAudioCapturer::CreateCapturer( in TEST_F()
494 scoped_refptr<WebRtcAudioCapturer> capturer( in TEST_F()
495 WebRtcAudioCapturer::CreateCapturer( in TEST_F()
Dwebrtc_audio_capturer_unittest.cc94 capturer_ = WebRtcAudioCapturer::CreateCapturer( in WebRtcAudioCapturerTest()
155 scoped_refptr<WebRtcAudioCapturer> capturer_; in WebRtcAudioCapturerTest()
181 scoped_refptr<WebRtcAudioCapturer> capturer( in TEST_F()
182 WebRtcAudioCapturer::CreateCapturer( in TEST_F()
Dwebrtc_local_audio_source_provider_unittest.cc34 scoped_refptr<WebRtcAudioCapturer> capturer( in SetUp()
35 WebRtcAudioCapturer::CreateCapturer( in SetUp()
Dwebrtc_local_audio_track.cc21 const scoped_refptr<WebRtcAudioCapturer>& capturer, in WebRtcLocalAudioTrack()
55 scoped_refptr<WebRtcAudioCapturer> capturer; in Capture()
Dwebrtc_local_audio_renderer.h31 class WebRtcAudioCapturer; variable
Dwebaudio_capturer_source.cc65 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) { in Start()
Drtc_peer_connection_handler_unittest.cc290 scoped_refptr<WebRtcAudioCapturer> capturer; in AddRemoteMockMediaStream()
/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_local_audio_track_adapter_unittest.cc41 capturer_ = WebRtcAudioCapturer::CreateCapturer( in WebRtcLocalAudioTrackAdapterTest()
55 scoped_refptr<WebRtcAudioCapturer> capturer_;
Dpeer_connection_dependency_factory.h48 class WebRtcAudioCapturer; variable
167 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer( in NON_EXPORTED_BASE()
Dpeer_connection_dependency_factory.cc216 scoped_refptr<WebRtcAudioCapturer> capturer( in InitializeMediaStreamAudioSource()
593 scoped_refptr<WebRtcAudioCapturer>
605 return WebRtcAudioCapturer::CreateCapturer(render_view_id, device_info, in CreateAudioCapturer()
Dmock_peer_connection_dependency_factory.cc521 scoped_refptr<WebRtcAudioCapturer>
531 return WebRtcAudioCapturer::CreateCapturer(-1, device_info, in CreateAudioCapturer()
Dmock_peer_connection_dependency_factory.h210 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions.txt579 *!content::WebRtcAudioCapturer::Capture