HomeSort by relevance Sort by last modified time
    Searched defs:ChannelMixer (Results 1 - 2 of 2) 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);
channel_mixer.cc 115 ChannelMixer::ChannelMixer(ChannelLayout input_layout,
123 ChannelMixer::ChannelMixer(
131 void ChannelMixer::Initialize(
331 ChannelMixer::~ChannelMixer() {}
333 void ChannelMixer::Transform(const AudioBus* input, AudioBus* output) {

Completed in 167 milliseconds