/external/chromium_org/content/renderer/media/ |
D | webrtc_audio_capturer.cc | 51 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 …]
|
D | webrtc_audio_capturer.h | 43 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);
|
D | media_stream_audio_source.h | 35 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()
|
D | webaudio_capturer_source.h | 19 class WebRtcAudioCapturer; variable 47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer); 68 WebRtcAudioCapturer* capturer_;
|
D | webrtc_local_audio_track.h | 27 class WebRtcAudioCapturer; variable 39 const scoped_refptr<WebRtcAudioCapturer>& capturer, in NON_EXPORTED_BASE() 95 scoped_refptr<WebRtcAudioCapturer> capturer_; in NON_EXPORTED_BASE()
|
D | webrtc_audio_device_impl.h | 182 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()
|
D | webrtc_audio_device_impl.cc | 368 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>
|
D | webrtc_local_audio_track_unittest.cc | 39 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()
|
D | webrtc_audio_capturer_unittest.cc | 94 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()
|
D | webrtc_local_audio_source_provider_unittest.cc | 34 scoped_refptr<WebRtcAudioCapturer> capturer( in SetUp() 35 WebRtcAudioCapturer::CreateCapturer( in SetUp()
|
D | webrtc_local_audio_track.cc | 21 const scoped_refptr<WebRtcAudioCapturer>& capturer, in WebRtcLocalAudioTrack() 55 scoped_refptr<WebRtcAudioCapturer> capturer; in Capture()
|
D | webrtc_local_audio_renderer.h | 31 class WebRtcAudioCapturer; variable
|
D | webaudio_capturer_source.cc | 65 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) { in Start()
|
D | rtc_peer_connection_handler_unittest.cc | 290 scoped_refptr<WebRtcAudioCapturer> capturer; in AddRemoteMockMediaStream()
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | webrtc_local_audio_track_adapter_unittest.cc | 41 capturer_ = WebRtcAudioCapturer::CreateCapturer( in WebRtcLocalAudioTrackAdapterTest() 55 scoped_refptr<WebRtcAudioCapturer> capturer_;
|
D | peer_connection_dependency_factory.h | 48 class WebRtcAudioCapturer; variable 167 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer( in NON_EXPORTED_BASE()
|
D | peer_connection_dependency_factory.cc | 216 scoped_refptr<WebRtcAudioCapturer> capturer( in InitializeMediaStreamAudioSource() 593 scoped_refptr<WebRtcAudioCapturer> 605 return WebRtcAudioCapturer::CreateCapturer(render_view_id, device_info, in CreateAudioCapturer()
|
D | mock_peer_connection_dependency_factory.cc | 521 scoped_refptr<WebRtcAudioCapturer> 531 return WebRtcAudioCapturer::CreateCapturer(-1, device_info, in CreateAudioCapturer()
|
D | mock_peer_connection_dependency_factory.h | 210 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions.txt | 579 *!content::WebRtcAudioCapturer::Capture
|