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

  /external/chromium_org/media/base/
channel_mixer.h 19 // ChannelMixer is for converting audio between channel layouts. The conversion
25 class MEDIA_EXPORT ChannelMixer {
27 ChannelMixer(ChannelLayout input_layout, ChannelLayout output_layout);
28 ChannelMixer(const AudioParameters& input, const AudioParameters& output);
29 ~ChannelMixer();
45 DISALLOW_COPY_AND_ASSIGN(ChannelMixer);
audio_converter.h 33 class ChannelMixer;
121 scoped_ptr<ChannelMixer> channel_mixer_;
channel_mixer.cc 116 ChannelMixer::ChannelMixer(ChannelLayout input_layout,
124 ChannelMixer::ChannelMixer(
132 void ChannelMixer::Initialize(
332 ChannelMixer::~ChannelMixer() {}
334 void ChannelMixer::Transform(const AudioBus* input, AudioBus* output) {
channel_mixer_unittest.cc 40 ChannelMixer mixer(input_layout, output_layout);
137 ChannelMixer mixer(input_audio, output_audio);
audio_converter.cc 6 // audio, ChannelMixer for channel mixing, and AudioPullFifo for buffering.
41 channel_mixer_.reset(new ChannelMixer(input_params, output_params));
  /external/chromium_org/media/audio/alsa/
alsa_output.h 44 class ChannelMixer;
213 scoped_ptr<ChannelMixer> channel_mixer_;
alsa_output.cc 667 channel_mixer_.reset(new ChannelMixer(
  /frameworks/base/libs/hwui/
GradientCache.h 178 typedef void (GradientCache::*ChannelMixer)(GradientColor& start, GradientColor& end,
GradientCache.cpp 252 static ChannelMixer gMixers[] = {
256 ChannelMixer mix = gMixers[mUseFloatTexture];

Completed in 203 milliseconds