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

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h 196 virtual void SetRenderFormat(const media::AudioParameters& params) = 0;
356 virtual void SetRenderFormat(const media::AudioParameters& params) OVERRIDE;
webrtc_audio_renderer.cc 218 source->SetRenderFormat(source_params);
webrtc_audio_device_impl.cc 156 void WebRtcAudioDeviceImpl::SetRenderFormat(const AudioParameters& params) {
webrtc_audio_device_unittest.cc 261 virtual void SetRenderFormat(const media::AudioParameters& params) OVERRIDE {
331 // We use SetCaptureFormat() and SetRenderFormat() to configure the audio
340 renderer_source->SetRenderFormat(params);
    [all...]

Completed in 1427 milliseconds