Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/tests/
H A Daudiofoundation_parcelable_test.cpp37 .config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE | AUDIO_PORT_CONFIG_CHANNEL_MASK |
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioPort.cpp241 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in applyAudioPortConfig()
283 dstConfig, srcConfig, AUDIO_PORT_CONFIG_SAMPLE_RATE, 0u); in toAudioPortConfig()
H A DDeviceDescriptorBase.cpp58 dstConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in toAudioPortConfig()
/aosp12/system/media/audio/include/system/
H A Daudio.h575 AUDIO_PORT_CONFIG_SAMPLE_RATE = 0x1u, enumerator
582 AUDIO_PORT_CONFIG_ALL = AUDIO_PORT_CONFIG_SAMPLE_RATE |
893 ((lhs->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) == 0 || in audio_port_configs_are_equal()
/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp264 if (patch->sinks[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in createAudioPatch()
296 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in createAudioPatch()
H A DEffects.cpp3353 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) != 0) { in sampleRate()
H A DThreads.cpp1765 config->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp79 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
H A DAudioOutputDescriptor.cpp204 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/
H A DHidlUtils.cpp581 halConfig.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE, in audioPortConfigFromHal()
606 halConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in audioPortConfigToHal()
/aosp12/frameworks/av/media/libaudioclient/
H A DAidlConversion.cpp227 return AUDIO_PORT_CONFIG_SAMPLE_RATE; in aidl2legacy_AudioPortConfigType_int32_t()
244 case AUDIO_PORT_CONFIG_SAMPLE_RATE: in legacy2aidl_int32_t_AudioPortConfigType()
1081 if (legacy.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in legacy2aidl_audio_port_config_AudioPortConfig()
/aosp12/system/media/tests/
H A Dsystemaudio_tests.cpp658 &lhs, &rhs, AUDIO_PORT_CONFIG_SAMPLE_RATE, audio_port_configs_are_equal); in TEST_P()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp918 configMask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in convertAudioPortConfigToNative()
1165 (nAudioPortConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) in convertAudioPortConfigFromNative()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1513 const unsigned int config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE | in getBestMsdConfig()