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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp93 bool aux_channels_on; // support auxiliary channels member in struct:preproc_effect_s
1530 effect->aux_channels_on = sHasAuxChannels[effect->procId];
1532 effect->aux_channels_on = false;
1594 !effect->aux_channels_on) {
1635 if (*(uint32_t *)pCmdData != EFFECT_FEATURE_AUX_CHANNELS || !effect->aux_channels_on) {
1649 "gDualMicEnabled %d effect->aux_channels_on %d",
1650 gDualMicEnabled, effect->aux_channels_on);
1664 if (*(uint32_t *)pCmdData != EFFECT_FEATURE_AUX_CHANNELS || !effect->aux_channels_on) {
1668 "CmdData %d effect->aux_channels_on %d",
1669 *(uint32_t *)pCmdData, effect->aux_channels_on);
[all...]

Completed in 1087 milliseconds