Home
last modified time | relevance | path

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

/aosp12/system/media/audio/include/system/
H A Daudio_effect.h501 audio_channel_mask_t aux_channels; // channel mask for auxiliary channels member
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp195 config->auxChannels = AudioChannelBitfield(halConfig.aux_channels); in effectAuxChannelsConfigFromHal()
202 halConfig->aux_channels = static_cast<audio_channel_mask_t>(config.auxChannels); in effectAuxChannelsConfigToHal()
211 (void)HidlUtils::audioChannelMaskFromHal(halConfig.aux_channels, mIsInput, in effectAuxChannelsConfigFromHal()
219 (void)HidlUtils::audioChannelMaskToHal(config.auxChannels, &halConfig->aux_channels); in effectAuxChannelsConfigToHal()
/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1429 sDualMicConfigs[i].main_channels, sDualMicConfigs[i].aux_channels); in PreProcessingFx_Command()