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

  /external/chromium_org/media/audio/
audio_output_resampler.h 22 // AudioOutputResampler is a browser-side resampling and buffering solution
38 class MEDIA_EXPORT AudioOutputResampler : public AudioOutputDispatcher {
40 AudioOutputResampler(AudioManager* audio_manager,
57 friend class base::RefCountedThreadSafe<AudioOutputResampler>;
58 virtual ~AudioOutputResampler();
84 DISALLOW_COPY_AND_ASSIGN(AudioOutputResampler);
audio_output_resampler.cc 147 AudioOutputResampler::AudioOutputResampler(AudioManager* audio_manager,
167 AudioOutputResampler::~AudioOutputResampler() {
171 void AudioOutputResampler::Initialize() {
178 bool AudioOutputResampler::OpenStream() {
236 bool AudioOutputResampler::StartStream(
257 void AudioOutputResampler::StreamVolumeSet(AudioOutputProxy* stream_proxy,
263 void AudioOutputResampler::StopStream(AudioOutputProxy* stream_proxy) {
275 void AudioOutputResampler::CloseStream(AudioOutputProxy* stream_proxy)
    [all...]
audio_manager_base.cc 233 // If we're not using AudioOutputResampler our output parameters are the same
274 dispatcher = new AudioOutputResampler(this, params, output_params,
audio_output_proxy_unittest.cc 469 resampler_ = new AudioOutputResampler(
482 scoped_refptr<AudioOutputResampler> resampler_;
568 // ensure AudioOutputResampler falls back to the high latency path.
587 // ensure AudioOutputResampler falls back to the high latency path.
611 // stream and ensure AudioOutputResampler falls back to a fake stream.
648 // stream, and the fake audio output stream and ensure AudioOutputResampler

Completed in 446 milliseconds