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

/external/chromium_org/media/base/
H A Daudio_converter.cc164 const bool needs_downmix = channel_mixer_ && downmix_early_; local
175 if (needs_downmix)
178 AudioBus* const temp_dest = needs_downmix ? unmixed_audio_.get() : dest;
232 if (needs_downmix) {

Completed in 87 milliseconds