Home
last modified time | relevance | path

Searched refs:gDualMicEnabled (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp157 bool gDualMicEnabled; variable
1130 if (gDualMicEnabled) { in PreProcessingFx_Command()
1136 if (gDualMicEnabled) { in PreProcessingFx_Command()
1273 gDualMicEnabled = *(bool*)pCmdData; in PreProcessingFx_Command()
1274 if (gDualMicEnabled) { in PreProcessingFx_Command()
1282 ALOGV("PREPROC_CMD_DUAL_MIC_ENABLE: %s", gDualMicEnabled ? "enabled" : "disabled"); in PreProcessingFx_Command()
1327 if (!gDualMicEnabled) { in PreProcessingFx_Command()
1368 if (!gDualMicEnabled) { in PreProcessingFx_Command()
1391 gDualMicEnabled, effect->aux_channels_on); in PreProcessingFx_Command()
1392 if (!gDualMicEnabled) { in PreProcessingFx_Command()