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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc1330 bool down_mix; local
1332 down_mix = (in_frame.num_channels_ == 2) &&
1336 down_mix = (in_frame.num_channels_ == 2) &&
1353 if (!down_mix && !resample) {
1366 if (down_mix) {

Completed in 136 milliseconds