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

  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.h 33 // SetCapturerSource().
76 // SetCapturerSource() is called if the client on the source side desires to
80 void SetCapturerSource(
webrtc_audio_capturer.cc 176 // Return true here to allow injecting a new source via SetCapturerSource()
209 // will be overwritten if an external client later calls SetCapturerSource()
211 SetCapturerSource(AudioDeviceFactory::NewInputDevice(render_view_id),
284 void WebRtcAudioCapturer::SetCapturerSource(
290 DVLOG(1) << "SetCapturerSource(channel_layout=" << channel_layout << ","
351 SetCapturerSource(AudioDeviceFactory::NewInputDevice(render_view_id),
webrtc_audio_capturer_unittest.cc 103 capturer_->SetCapturerSource(capturer_source_,
webrtc_local_audio_track_unittest.cc 169 capturer_->SetCapturerSource(capturer_source_,
462 capturer_->SetCapturerSource(new_source,
507 new_capturer->SetCapturerSource(new_source,
570 capturer->SetCapturerSource(source, params.channel_layout(),

Completed in 152 milliseconds