Searched defs:OnSetFormat (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_audio_sink_adapter.cc33 void WebRtcAudioSinkAdapter::OnSetFormat( function in class:content::WebRtcAudioSinkAdapter
35 // No need to forward the OnSetFormat() callback to
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_sink_owner.cc38 void MediaStreamAudioSinkOwner::OnSetFormat( function in class:content::MediaStreamAudioSinkOwner
42 delegate_->OnSetFormat(params);
H A Dpeer_connection_audio_sink_owner.cc41 void PeerConnectionAudioSinkOwner::OnSetFormat( function in class:content::PeerConnectionAudioSinkOwner
45 delegate_->OnSetFormat(params);
H A Dwebrtc_local_audio_source_provider.cc57 void WebRtcLocalAudioSourceProvider::OnSetFormat( function in class:content::WebRtcLocalAudioSourceProvider
60 // calling OnSetFormat() and OnData() if the source is restarted.
H A Dwebrtc_local_audio_track.cc69 (*it)->OnSetFormat(audio_parameters_);
98 void WebRtcLocalAudioTrack::OnSetFormat( function in class:content::WebRtcLocalAudioTrack
100 DVLOG(1) << "WebRtcLocalAudioTrack::OnSetFormat()";
136 // we remember to call OnSetFormat() on the new sink.
170 // we remember to call OnSetFormat() on the new sink.
H A Dwebrtc_local_audio_track_unittest.cc155 void OnSetFormat(const media::AudioParameters& params) { function in class:content::__anon7773::MockMediaStreamAudioSink
H A Dwebrtc_local_audio_renderer.cc86 void WebRtcLocalAudioRenderer::OnSetFormat( function in class:content::WebRtcLocalAudioRenderer
88 DVLOG(1) << "WebRtcLocalAudioRenderer::OnSetFormat()";
H A Dwebrtc_audio_capturer.cc74 void OnSetFormat(const media::AudioParameters& params) { function in class:content::WebRtcAudioCapturer::TrackOwner
77 delegate_->OnSetFormat(params);
271 // Add with a tag, so we remember to call OnSetFormat() on the new
515 (*it)->OnSetFormat(output_params);
H A Dwebrtc_audio_device_impl.cc122 void WebRtcAudioDeviceImpl::OnSetFormat( function in class:content::WebRtcAudioDeviceImpl
124 DVLOG(1) << "WebRtcAudioDeviceImpl::OnSetFormat()";
/external/chromium_org/media/blink/
H A Dwebaudiosourceprovider_impl.cc74 &WebAudioSourceProviderImpl::OnSetFormat, weak_factory_.GetWeakPtr()));
184 void WebAudioSourceProviderImpl::OnSetFormat() { function in class:media::WebAudioSourceProviderImpl
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_audio_track_host.cc112 // Initialize later in OnSetFormat if bytes_per_second_ is not known yet.
278 void PepperMediaStreamAudioTrackHost::AudioSink::OnSetFormat( function in class:content::PepperMediaStreamAudioTrackHost::AudioSink

Completed in 1428 milliseconds