Home
last modified time | relevance | path

Searched defs:channelMasks (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp49 audio_channel_mask_t channelMasks, in AudioProfile()
59 const ChannelMaskSet &channelMasks, in AudioProfile()
65 const ChannelMaskSet &channelMasks, in AudioProfile()
74 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
390 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles() local
DAudioPort.cpp112 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
/frameworks/base/media/java/android/media/
DAudioPort.java97 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioPort()
129 Set<Integer> channelMasks = new HashSet<>(); in AudioPort() local
188 public int[] channelMasks() { in channelMasks() method in AudioPort
DAudioProfile.java60 AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
DAudioMixPort.java40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
DAudioDevicePort.java48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h62 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
72 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
DSerializer.cpp109 static constexpr const char *channelMasks = "channelMasks"; member
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6798 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local
6860 ChannelMaskSet channelMasks; in updateAudioProfiles() local
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1693 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local