Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp79 AudioChannelLayout::make<AudioChannelLayout::Tag::layoutMask>(AudioChannelLayout::LAYOUT_##n)
188 case AudioChannelLayout::Tag::layoutMask: { in getChannelCountFromChannelMask()
210 auto layoutMask = in getChannelMasksFromProfile() local
212 if (layoutMask.getTag() == AudioChannelLayout::Tag::layoutMask) { in getChannelMasksFromProfile()
213 channels.push_back(layoutMask); in getChannelMasksFromProfile()
/hardware/interfaces/audio/aidl/common/tests/
Dutils_tests.cpp94 const auto l = AudioChannelLayout::make<Tag::layoutMask>(layout); in TEST()
117 return AudioChannelLayout::make<AudioChannelLayout::Tag::layoutMask>( in make_AudioChannelLayout_Mono()
122 return AudioChannelLayout::make<AudioChannelLayout::Tag::layoutMask>( in make_AudioChannelLayout_Stereo()
/hardware/interfaces/audio/aidl/common/include/
DUtils.h93 case Tag::layoutMask:
94 return __builtin_popcount(layout.get<Tag::layoutMask>() & mask);
/hardware/interfaces/audio/aidl/default/spatializer/
DSpatializerSw.cpp68 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(
188 {AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in getParam()
/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp53 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layout)); in fillProfile()
128 config.channelMask = AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layout); in createPortConfig()
145 .channelMasks = {AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in getStandard16And24BitPcmAudioProfiles()
147 AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in getStandard16And24BitPcmAudioProfiles()
/hardware/interfaces/audio/aidl/vts/
DVtsHalDownmixTargetTest.cpp94 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(inputBufferLayout); in SetUpDownmix()
101 AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in SetUpDownmix()
146 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layoutType)); in setDataTestParams()
DVtsHalBassBoostTargetTest.cpp57 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layout); in SetUpBassBoost()
83 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(inputBufferLayout)); in setFrameCounts()
DVtsHalPresetReverbTargetTest.cpp88 getChannelCount(AudioChannelLayout::make<AudioChannelLayout::layoutMask>(
DVtsHalVirtualizerTargetTest.cpp102 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(kDefaultChannelLayout));
DVtsHalDynamicsProcessingTest.cpp51 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(mChannelLayout)); in DynamicsProcessingTestHelper()
63 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(mChannelLayout), in SetUpDynamicsProcessingEffect()
64 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(mChannelLayout)); in SetUpDynamicsProcessingEffect()
DVtsHalVolumeTargetTest.cpp69 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(kDefaultChannelLayout)); in initFrameCount()
DVtsHalEnvironmentalReverbTargetTest.cpp288 getChannelCount(AudioChannelLayout::make<AudioChannelLayout::layoutMask>(
DEffectHelper.h221 AudioChannelLayout defaultLayout = AudioChannelLayout::make<AudioChannelLayout::layoutMask>(
/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.h57 AudioChannelLayout::make<AudioChannelLayout::Tag::layoutMask>(
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp71 return AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in channelLayoutFromChannelMode()
74 return AudioChannelLayout::make<AudioChannelLayout::layoutMask>( in channelLayoutFromChannelMode()
/hardware/interfaces/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/
DSthalCli.java355 config.base.channelMask = AudioChannelLayout.layoutMask(AudioChannelLayout.LAYOUT_MONO); in createConfig()
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp98 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layout)); in fillProfile()
690 AudioChannelLayout::make<AudioChannelLayout::layoutMask>(layout); in parseAudioGains()