Searched refs:config_mask (Results 1 – 9 of 9) sorted by relevance
143 auto config_mask = config->config_mask; in checkExactAudioProfile() local144 if (config_mask & AUDIO_PORT_CONFIG_GAIN) { in checkExactAudioProfile()145 config_mask &= ~AUDIO_PORT_CONFIG_GAIN; in checkExactAudioProfile()151 if (config_mask != 0) { in checkExactAudioProfile()404 localBackupConfig.config_mask = config->config_mask; in applyAudioPortConfig()416 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in applyAudioPortConfig()419 if (config->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) { in applyAudioPortConfig()422 if (config->config_mask & AUDIO_PORT_CONFIG_FORMAT) { in applyAudioPortConfig()425 if (config->config_mask & AUDIO_PORT_CONFIG_GAIN) { in applyAudioPortConfig()442 if (dstConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in toAudioPortConfig()[all …]
222 dstConfig->config_mask = AUDIO_PORT_CONFIG_GAIN; in toAudioPortConfig()224 dstConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in toAudioPortConfig()227 dstConfig->config_mask |= AUDIO_PORT_CONFIG_CHANNEL_MASK; in toAudioPortConfig()230 dstConfig->config_mask |= AUDIO_PORT_CONFIG_FORMAT; in toAudioPortConfig()234 dstConfig->config_mask |= srcConfig->config_mask; in toAudioPortConfig()
73 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()76 dstConfig->config_mask |= srcConfig->config_mask; in toAudioPortConfig()
77 .config_mask = AUDIO_PORT_CONFIG_ALL & ~AUDIO_PORT_CONFIG_GAIN, in isCompatibleProfile()
165 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()168 dstConfig->config_mask |= srcConfig->config_mask; in toAudioPortConfig()
297 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in createAudioPatch()302 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) { in createAudioPatch()308 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_FORMAT) { in createAudioPatch()
1529 config->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in getAudioPortConfig()
735 nAudioPortConfig->config_mask = env->GetIntField(jAudioPortConfig, in convertAudioPortConfigToNative()738 nAudioPortConfig->config_mask = configMask; in convertAudioPortConfigToNative()
3189 if (config->config_mask != AUDIO_PORT_CONFIG_GAIN) { in setAudioPortConfig()