Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioContainers.h30 using ChannelMaskSet = std::set<audio_channel_mask_t>; variable
62 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
63 ChannelMaskSet inMaskSet; in asInMask()
72 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
73 ChannelMaskSet outMaskSet; in asOutMask()
H A DAudioProfile.h39 const ChannelMaskSet &channelMasks,
42 const ChannelMaskSet &channelMasks,
47 const ChannelMaskSet &getChannels() const { return mChannelMasks; } in getChannels()
49 void setChannels(const ChannelMaskSet &channelMasks);
94 ChannelMaskSet mChannelMasks;
/aosp12/frameworks/av/media/libaudiofoundation/
H A DAudioProfile.cpp41 ChannelMaskSet(), SampleRateSet()); in createFullDynamic()
59 const ChannelMaskSet &channelMasks, in AudioProfile()
65 const ChannelMaskSet &channelMasks, in AudioProfile()
74 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
196 convertContainer<ChannelMaskSet>(parcelable.channelMasks, in fromParcelable()
379 std::map<audio_format_t, std::pair<ChannelMaskSet, SampleRateSet>> infos2; in intersectAudioProfiles()
390 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles()
H A DAudioPort.cpp46 ChannelMaskSet(port.audio_profiles[i].channel_masks, in importAudioPort()
78 ChannelMaskSet flatenedChannels; in toAudioPort()
83 const ChannelMaskSet &channelsToExport = profile->getChannels(); in toAudioPort()
112 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfileVectorHelper.cpp84 const ChannelMaskSet &channelMaskSet, in setChannelsForAudioProfiles()
221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask()
H A DPolicyAudioPort.cpp119 const ChannelMaskSet &channelMasks) const in pickChannelMask()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DPolicyAudioPort.h129 const ChannelMaskSet &channelMasks) const;
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp136 ChannelMaskSet halChannelMasks; in getSupportedChannelMasks()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h908 void modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr);
H A DAudioPolicyManager.cpp7034 void AudioPolicyManager::modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr) { in modifySurroundChannelMasks()
7035 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks()
7097 ChannelMaskSet channelMasks; in updateAudioProfiles()