HomeSort by relevance Sort by last modified time
    Searched defs:SetCaptureFormat (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer_sink_owner.cc 33 void WebRtcAudioCapturerSinkOwner::SetCaptureFormat(
37 delegate_->SetCaptureFormat(params);
webrtc_local_audio_renderer.cc 90 void WebRtcLocalAudioRenderer::SetCaptureFormat(
webrtc_local_audio_track.cc 86 void WebRtcLocalAudioTrack::SetCaptureFormat(
94 (*it)->SetCaptureFormat(params);
138 sink->SetCaptureFormat(params_);
webrtc_audio_capturer.cc 116 void SetCaptureFormat(const media::AudioParameters& params) {
119 delegate_->SetCaptureFormat(params);
179 (*it)->SetCaptureFormat(new_buffer->params());
276 track->SetCaptureFormat(buffer_->params());
webrtc_audio_device_impl.cc 111 void WebRtcAudioDeviceImpl::SetCaptureFormat(
113 DVLOG(1) << "WebRtcAudioDeviceImpl::SetCaptureFormat()";
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 275 void SetCaptureFormat(const VideoFormat* format) {

Completed in 1440 milliseconds