Searched refs:SetCaptureFormat (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_capturer_sink_owner.cc33 void WebRtcAudioCapturerSinkOwner::SetCaptureFormat( function in class:content::WebRtcAudioCapturerSinkOwner
37 delegate_->SetCaptureFormat(params);
H A Dwebrtc_audio_capturer_sink_owner.h36 virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebrtc_local_audio_track.cc86 void WebRtcLocalAudioTrack::SetCaptureFormat( function in class:content::WebRtcLocalAudioTrack
94 (*it)->SetCaptureFormat(params);
138 sink->SetCaptureFormat(params_);
H A Dwebrtc_local_audio_track.h42 // Add a sink to the track. This function will trigger a SetCaptureFormat()
69 void SetCaptureFormat(const media::AudioParameters& params);
H A Dwebrtc_local_audio_track_unittest.cc120 MOCK_METHOD1(SetCaptureFormat, void(const media::AudioParameters& params));
175 EXPECT_CALL(*sink, SetCaptureFormat(_)).WillOnce(Return());
209 EXPECT_CALL(*sink, SetCaptureFormat(_)).WillOnce(Return());
245 EXPECT_CALL(*sink_1, SetCaptureFormat(_)).WillOnce(Return());
266 EXPECT_CALL(*sink_2, SetCaptureFormat(_)).WillOnce(Return());
324 EXPECT_CALL(*sink, SetCaptureFormat(_)).Times(1);
344 EXPECT_CALL(*sink, SetCaptureFormat(_)).Times(1);
402 EXPECT_CALL(*sink_1.get(), SetCaptureFormat(_)).Times(1);
439 EXPECT_CALL(*sink_2, SetCaptureFormat(_)).Times(1);
H A Drtc_video_capturer.cc40 SetCaptureFormat(&capture_format);
61 SetCaptureFormat(NULL);
H A Dwebrtc_audio_device_impl.h229 virtual void SetCaptureFormat(const media::AudioParameters& params) = 0;
345 virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebrtc_audio_capturer.cc116 void SetCaptureFormat(const media::AudioParameters& params) { function in class:content::WebRtcAudioCapturer::TrackOwner
119 delegate_->SetCaptureFormat(params);
179 (*it)->SetCaptureFormat(new_buffer->params());
276 track->SetCaptureFormat(buffer_->params());
H A Dwebrtc_local_audio_renderer.h84 virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebrtc_local_audio_renderer.cc90 void WebRtcLocalAudioRenderer::SetCaptureFormat( function in class:content::WebRtcLocalAudioRenderer
H A Dwebrtc_audio_device_impl.cc111 void WebRtcAudioDeviceImpl::SetCaptureFormat( function in class:content::WebRtcAudioDeviceImpl
113 DVLOG(1) << "WebRtcAudioDeviceImpl::SetCaptureFormat()";
H A Dwebrtc_audio_device_unittest.cc231 virtual void SetCaptureFormat(
331 // We use SetCaptureFormat() and SetRenderFormat() to configure the audio
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmutedvideocapturer.cc114 SetCaptureFormat(&capture_format);
120 SetCaptureFormat(NULL);
H A Dfakevideocapturer.h123 SetCaptureFormat(&supported);
131 SetCaptureFormat(NULL);
H A Dvideocapturer.h275 void SetCaptureFormat(const VideoFormat* format) { function in class:cricket::VideoCapturer
H A Dvideocapturer.cc164 SetCaptureFormat(capture_format_when_paused.get());
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc224 SetCaptureFormat(&capture_format);
249 SetCaptureFormat(NULL);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc256 SetCaptureFormat(&capture_format);
294 SetCaptureFormat(NULL);

Completed in 99 milliseconds