Searched refs:downmix_early_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_converter.cc29 downmix_early_(false),
44 downmix_early_ = input_params.channels() > output_params.channels();
57 downmix_early_ ? output_params.channels() : input_params.channels(),
83 downmix_early_ ? output_params.channels() : input_params.channels(),
132 bool needs_mixing = channel_mixer_ && !downmix_early_;
164 const bool needs_downmix = channel_mixer_ && downmix_early_;
H A Daudio_converter.h129 bool downmix_early_; member in class:media::AudioConverter

Completed in 190 milliseconds