HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcAudioCapturer (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/renderer/media/
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,
212 // to this WebRtcAudioCapturer.
217 // WebRtcAudioCapturer.
226 DISALLOW_COPY_AND_ASSIGN(WebRtcAudioCapturer);
media_stream_audio_source.h 35 void SetAudioCapturer(WebRtcAudioCapturer* capturer) {
40 const scoped_refptr<WebRtcAudioCapturer>& GetAudioCapturer() {
57 scoped_refptr<WebRtcAudioCapturer> audio_capturer_;
webaudio_capturer_source.h 19 class WebRtcAudioCapturer;
47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer);
68 WebRtcAudioCapturer* capturer_;
webrtc_audio_capturer.cc 53 class WebRtcAudioCapturer::TrackOwner
54 : public base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner> {
107 const scoped_refptr<WebRtcAudioCapturer::TrackOwner>& owner) const {
117 friend class base::RefCountedThreadSafe<WebRtcAudioCapturer::TrackOwner>;
132 scoped_refptr<WebRtcAudioCapturer> WebRtcAudioCapturer::CreateCapturer(
137 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer(
145 bool WebRtcAudioCapturer::Initialize() {
147 DVLOG(1) << "WebRtcAudioCapturer::Initialize()"
    [all...]
webrtc_local_audio_track.h 27 class WebRtcAudioCapturer;
33 // WebRtcAudioCapturer to get the captured data, and forward the data to
39 const scoped_refptr<WebRtcAudioCapturer>& capturer,
94 scoped_refptr<WebRtcAudioCapturer> capturer_;
webrtc_audio_device_impl.h 182 class WebRtcAudioCapturer;
335 void AddAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer);
336 void RemoveAudioCapturer(const scoped_refptr<WebRtcAudioCapturer>& capturer);
340 scoped_refptr<WebRtcAudioCapturer> GetDefaultCapturer() const;
357 typedef std::list<scoped_refptr<WebRtcAudioCapturer> > CapturerList;
webrtc_audio_capturer_unittest.cc 94 capturer_ = WebRtcAudioCapturer::CreateCapturer(
120 // MaxVolume() in WebRtcAudioCapturer is hard-coded to return 255, we add
153 scoped_refptr<WebRtcAudioCapturer> capturer_;
179 scoped_refptr<WebRtcAudioCapturer> capturer(
180 WebRtcAudioCapturer::CreateCapturer(
webrtc_local_audio_renderer.h 31 class WebRtcAudioCapturer;
40 // interface, i.e., we are a sink seen from the WebRtcAudioCapturer perspective.
webrtc_audio_device_impl.cc 254 // Cache the capturers in a local list since WebRtcAudioCapturer::Stop()
368 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
382 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
413 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
436 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
467 const scoped_refptr<WebRtcAudioCapturer>& capturer) {
481 const scoped_refptr<WebRtcAudioCapturer>& capturer) {
489 scoped_refptr<WebRtcAudioCapturer>
webrtc_local_audio_track_unittest.cc 35 // the |WebRtcAudioCapturer|.
38 FakeAudioThread(WebRtcAudioCapturer* capturer,
80 WebRtcAudioCapturer* capturer_;
88 explicit MockCapturerSource(WebRtcAudioCapturer* capturer)
120 WebRtcAudioCapturer* capturer_;
181 capturer_ = WebRtcAudioCapturer::CreateCapturer(
196 scoped_refptr<WebRtcAudioCapturer> capturer_;
427 scoped_refptr<WebRtcAudioCapturer> new_capturer(
428 WebRtcAudioCapturer::CreateCapturer(
480 scoped_refptr<WebRtcAudioCapturer> capturer
    [all...]
webrtc_local_audio_source_provider_unittest.cc 33 scoped_refptr<WebRtcAudioCapturer> capturer(
34 WebRtcAudioCapturer::CreateCapturer(
webaudio_capturer_source.cc 65 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) {
webrtc_local_audio_track.cc 21 const scoped_refptr<WebRtcAudioCapturer>& capturer,
54 scoped_refptr<WebRtcAudioCapturer> capturer;
rtc_peer_connection_handler_unittest.cc 281 scoped_refptr<WebRtcAudioCapturer> capturer;
    [all...]
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_local_audio_track_adapter_unittest.cc 41 capturer_ = WebRtcAudioCapturer::CreateCapturer(
55 scoped_refptr<WebRtcAudioCapturer> capturer_;
peer_connection_dependency_factory.h 48 class WebRtcAudioCapturer;
150 // WebRtcAudioCapturer.
167 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(
peer_connection_dependency_factory.cc 207 scoped_refptr<WebRtcAudioCapturer> capturer(
584 scoped_refptr<WebRtcAudioCapturer>
596 return WebRtcAudioCapturer::CreateCapturer(render_view_id, device_info,
mock_peer_connection_dependency_factory.cc 522 scoped_refptr<WebRtcAudioCapturer>
532 return WebRtcAudioCapturer::CreateCapturer(-1, device_info,
mock_peer_connection_dependency_factory.h 210 virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(

Completed in 402 milliseconds