Searched refs:resampler_ (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.cc21 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames,
52 assert(source_length == resampler_->request_frames());
73 resampler_->Resample(resampler_->ChunkSize(), destination);
75 resampler_->Resample(destination_frames_, destination);
H A Dpush_sinc_resampler.h46 SincResampler* get_resampler_for_testing() { return resampler_.get(); }
52 scoped_ptr<SincResampler> resampler_; member in class:webrtc::PushSincResampler
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_resampler.h33 PushResampler<int16_t> resampler_; member in class:webrtc::acm2::ACMResampler
H A Dacm_resampler.cc45 if (resampler_.InitializeIfNeeded(in_freq_hz, out_freq_hz,
53 resampler_.Resample(in_audio, in_length, out_audio, out_capacity_samples);
H A Dacm_receiver.h334 ACMResampler resampler_ GUARDED_BY(crit_sect_);
H A Dacm_receiver.cc416 resampler_.Resample10Msec(audio_buffer_,
436 resampler_.Resample10Msec(audio_frame->data_,
H A Daudio_coding_module_impl.h341 ACMResampler resampler_ GUARDED_BY(acm_crit_sect_);
H A Daudio_coding_module_impl.cc1387 resampler_.Resample10Msec(src_ptr_audio,
/external/chromium_org/media/base/
H A Daudio_converter.cc56 resampler_.reset(new MultiChannelResampler(
72 if (disable_fifo || resampler_)
109 if (resampler_)
110 resampler_->Flush();
114 if (!resampler_)
116 return resampler_->ChunkSize();
143 if (!resampler_ && !audio_fifo_) {
146 if (resampler_)
147 resampler_->Resample(temp_dest->frames(), temp_dest);
186 if (resampler_) {
[all...]
H A Daudio_converter.h117 scoped_ptr<MultiChannelResampler> resampler_; member in class:media::AudioConverter
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dopus_test.h48 acm2::ACMResampler resampler_; member in class:webrtc::OpusTest
H A Dopus_test.cc259 resampler_.Resample10Msec(audio_frame.data_,
/external/chromium_org/media/audio/
H A Daudio_output_proxy_unittest.cc428 resampler_ = new AudioOutputResampler(
444 scoped_refptr<AudioOutputResampler> resampler_; member in class:media::AudioOutputResamplerTest
453 AudioOutputProxy* proxy = new AudioOutputProxy(resampler_.get());
462 OpenAndClose(resampler_.get());
474 CreateAndWait(resampler_.get());
482 StartAndStop(resampler_.get());
490 CloseAfterStop(resampler_.get());
498 TwoStreams(resampler_.get());
508 OneStream_TwoPlays(resampler_.get());
517 TwoStreams_BothPlaying(resampler_
[all...]
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus.h45 scoped_ptr<media::MultiChannelResampler> resampler_; member in class:remoting::AudioEncoderOpus
H A Daudio_encoder_opus.cc76 resampler_.reset(new media::MultiChannelResampler(
99 resampler_.reset();
159 resampler_.get() ? media::SincResampler::kDefaultRequestSize : 0;
177 if (resampler_.get()) {
181 resampler_->Resample(kFrameSamples, resampler_bus_.get());
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dutility_unittest.cc42 PushResampler<int16_t> resampler_; member in class:webrtc::voe::__anon16259::UtilityTest
197 RemixAndResample(src_frame_, &resampler_, &dst_frame_);
203 RemixAndResample(src_frame_, &resampler_, &dst_frame_);
212 RemixAndResample(src_frame_, &resampler_, &dst_frame_);
219 RemixAndResample(src_frame_, &resampler_, &dst_frame_);
H A Doutput_mixer.h133 PushResampler<int16_t> resampler_; member in class:webrtc::voe::OutputMixer
H A Dtransmit_mixer.h201 PushResampler<int16_t> resampler_; // ADM sample rate -> mixing rate member in class:webrtc::voe::TransmitMixer
H A Doutput_mixer.cc507 RemixAndResample(_audioFrame, &resampler_, frame);
H A Dtransmit_mixer.cc1167 &resampler_,
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.cc364 if (resampler_) {
414 resampler_->Resample(output_bus->frames(), output_bus.get());
427 resampler_.reset(new media::MultiChannelResampler(
463 scoped_ptr<media::MultiChannelResampler> resampler_; member in class:CastAudioSink

Completed in 256 milliseconds