Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h31 using ChannelMaskSet = std::set<audio_channel_mask_t>; variable
39 std::multimap<audio_format_t, std::pair<SampleRateSet, ChannelMaskSet>>;
69 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
70 ChannelMaskSet inMaskSet; in asInMask()
82 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
83 ChannelMaskSet outMaskSet; in asOutMask()
179 ChannelMaskSet allChannelMasks,
DAudioProfile.h38 const ChannelMaskSet &channelMasks,
41 const ChannelMaskSet &channelMasks,
46 const ChannelMaskSet &getChannels() const { return mChannelMasks; } in getChannels()
48 void setChannels(const ChannelMaskSet &channelMasks);
97 ChannelMaskSet mChannelMasks;
143 const ChannelMaskSet getChannelMasksFor(audio_format_t format) const;
152 ChannelMaskSet getSupportedChannelMasks() const;
/frameworks/av/media/libaudiofoundation/tests/
Daudiofoundation_containers_test.cpp41 const ChannelMaskSet allChannelMasks = {AUDIO_CHANNEL_OUT_STEREO, AUDIO_CHANNEL_OUT_7POINT1}; in TEST()
59 const ChannelMaskSet allChannelMasks = {AUDIO_CHANNEL_OUT_STEREO, AUDIO_CHANNEL_OUT_7POINT1}; in TEST()
82 const ChannelMaskSet allChannelMasks = in TEST()
95 const ChannelMaskSet allChannelMasks = in TEST()
/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp43 ChannelMaskSet(), SampleRateSet()); in createFullDynamic()
61 const ChannelMaskSet &channelMasks, in AudioProfile()
67 const ChannelMaskSet &channelMasks, in AudioProfile()
76 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
207 convertContainer<ChannelMaskSet>(aidl.channelMasks, in fromCommonParcelable()
339 const ChannelMaskSet AudioProfileVector::getChannelMasksFor(audio_format_t format) const { in getChannelMasksFor()
386 ChannelMaskSet AudioProfileVector::getSupportedChannelMasks() const { in getSupportedChannelMasks()
387 ChannelMaskSet channelMasks; in getSupportedChannelMasks()
418 std::map<audio_format_t, std::pair<ChannelMaskSet, SampleRateSet>> infos2; in intersectAudioProfiles()
429 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles()
DAudioContainers.cpp140 ChannelMaskSet channelMasks(profiles[i].channel_masks, in createAudioProfilesAttrMap()
150 const ChannelMaskSet& channelMasks, in populateAudioProfile()
172 ChannelMaskSet allChannelMasks, in populateAudioProfiles()
184 ChannelMaskSet channelMasksPresent; in populateAudioProfiles()
193 ChannelMaskSet cms; in populateAudioProfiles()
222 ChannelMaskSet cms; in populateAudioProfiles()
DAudioPort.cpp65 ChannelMaskSet(port.audio_profiles[i].channel_masks, in importAudioPort()
100 ChannelMaskSet flatenedChannels; in toAudioPort()
105 const ChannelMaskSet &channelsToExport = profile->getChannels(); in toAudioPort()
134 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h105 const ChannelMaskSet &channelMasks) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp84 const ChannelMaskSet &channelMaskSet, in setChannelsForAudioProfiles()
247 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask()
DPolicyAudioPort.cpp109 const ChannelMaskSet &channelMasks) const in pickChannelMask()
DIOProfile.cpp217 ChannelMaskSet channelMasks(port.audio_profiles[i].channel_masks, in importAudioPort()
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.cpp816 ChannelMaskSet channelMasksFromStream = channelMasksFromString(channelMasksStr.c_str()); in getAudioMixPort()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1094 void modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr);
DAudioPolicyManager.cpp8561 void AudioPolicyManager::modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr) { in modifySurroundChannelMasks()
8562 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks()
8635 ChannelMaskSet channels(mixPort.audio_profiles[modifiedNumProfiles].channel_masks, in updateAudioProfiles()