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

  /external/chromium_org/media/base/
audio_converter.cc 41 channel_mixer_.reset(new ChannelMixer(input_params, output_params));
132 bool needs_mixing = channel_mixer_ && !downmix_early_;
155 channel_mixer_->Transform(temp_dest, dest);
164 const bool needs_downmix = channel_mixer_ && downmix_early_;
237 channel_mixer_->Transform(temp_dest, dest);
audio_converter.h 121 scoped_ptr<ChannelMixer> channel_mixer_; member in class:media::AudioConverter
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 219 bytes_per_output_frame_ = channel_mixer_ ?
371 if (channel_mixer_) {
373 channel_mixer_->Transform(audio_bus_.get(), output_bus);
667 channel_mixer_.reset(new ChannelMixer(
alsa_output.h 136 // of channels. This function will set |device_name_| and |channel_mixer_|.
213 scoped_ptr<ChannelMixer> channel_mixer_; member in class:media::AlsaPcmOutputStream
alsa_output_unittest.cc 737 static_cast<bool>(test_stream->channel_mixer_));
    [all...]

Completed in 60 milliseconds