Searched refs:OnSetFormat (Results 1 - 25 of 27) sorted by relevance

12

/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
H A Dwebrtc_audio_sink_adapter.h36 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebrtc_local_audio_track_adapter_unittest.cc49 track_->OnSetFormat(params_);
/external/chromium_org/content/public/renderer/
H A Dmedia_stream_audio_sink.h51 virtual void OnSetFormat(const media::AudioParameters& params) = 0;
/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 Dmedia_stream_audio_sink_owner.h32 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
H A Dpeer_connection_audio_sink_owner.h32 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
H A Dmedia_stream_audio_track_sink.h34 virtual void OnSetFormat(const media::AudioParameters& params) = 0;
H A Dwebrtc_local_audio_track.h44 // Add a sink to the track. This function will trigger a OnSetFormat()
79 void OnSetFormat(const media::AudioParameters& params);
H A Dwebrtc_local_audio_renderer.h86 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebrtc_local_audio_source_provider.h60 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
H A Dwebaudio_capturer_source.cc89 track_->OnSetFormat(params_);
H A Dwebrtc_audio_device_impl.h229 virtual void OnSetFormat(const media::AudioParameters& params) = 0;
378 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
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_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_capturer_unittest.cc62 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE {
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_source_provider_unittest.cc51 source_provider_->OnSetFormat(source_params_);
H A Dwebrtc_local_audio_renderer.cc86 void WebRtcLocalAudioRenderer::OnSetFormat( function in class:content::WebRtcLocalAudioRenderer
88 DVLOG(1) << "WebRtcLocalAudioRenderer::OnSetFormat()";
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.h57 void OnSetFormat();
59 // Closure that posts a task to call OnSetFormat() on the renderer thread.
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.h71 virtual void OnSetFormat(const media::AudioParameters& params) OVERRIDE;
93 // OnSetFormat being called.
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 232 milliseconds

12