OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:downmix_early_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
audio_converter.cc
29
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_
;
audio_converter.h
129
bool
downmix_early_
;
member in class:media::AudioConverter
Completed in 790 milliseconds