Searched defs:ChannelMixer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dchannel_mixer.h19 // ChannelMixer is for converting audio between channel layouts. The conversion
25 class MEDIA_EXPORT ChannelMixer { class in namespace:media
27 ChannelMixer(ChannelLayout input_layout, ChannelLayout output_layout);
28 ChannelMixer(const AudioParameters& input, const AudioParameters& output);
29 ~ChannelMixer();
45 DISALLOW_COPY_AND_ASSIGN(ChannelMixer);
H A Dchannel_mixer.cc116 ChannelMixer::ChannelMixer(ChannelLayout input_layout, function in class:media::ChannelMixer
124 ChannelMixer::ChannelMixer( function in class:media::ChannelMixer
132 void ChannelMixer::Initialize(
332 ChannelMixer::~ChannelMixer() {}
334 void ChannelMixer::Transform(const AudioBus* input, AudioBus* output) {

Completed in 1746 milliseconds