Searched refs:ChannelMaskSet (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioContainers.h | 30 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 D | AudioProfile.h | 39 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 D | AudioProfile.cpp | 41 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 D | AudioPort.cpp | 46 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 D | AudioProfileVectorHelper.cpp | 84 const ChannelMaskSet &channelMaskSet, in setChannelsForAudioProfiles() 221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask()
|
H A D | PolicyAudioPort.cpp | 119 const ChannelMaskSet &channelMasks) const in pickChannelMask()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | PolicyAudioPort.h | 129 const ChannelMaskSet &channelMasks) const;
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | Stream.cpp | 136 ChannelMaskSet halChannelMasks; in getSupportedChannelMasks()
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.h | 908 void modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr);
|
H A D | AudioPolicyManager.cpp | 7034 void AudioPolicyManager::modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr) { in modifySurroundChannelMasks() 7035 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() 7097 ChannelMaskSet channelMasks; in updateAudioProfiles()
|