Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiofoundation/
H A 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
H A DAudioPort.cpp112 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
/aosp12/frameworks/base/media/java/android/media/
H A 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
H A DAudioProfile.java60 AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
H A DAudioMixPort.java40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
H A DAudioDevicePort.java48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioContainers.h62 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
72 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
H A DAudioPrimaryHidlHalUtils.h59 static Result channelMasks(IStream* stream, hidl_vec<AudioChannelMask>& channels) { in channelMasks() function
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
H A DAudioPrimaryHidlHalUtils.h72 static Result channelMasks(IStream* stream, in channelMasks() function
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioDeviceInfo.java181 int[] channelMasks = info.getChannelMasks(); in getMaxChannels() local
/aosp12/system/media/tests/
H A Dsystemaudio_tests.cpp552 auto channelMasks = audioPort->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortInfo() local
574 auto channelMasks = portV7->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortV7Info() local
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp135 hidl_vec<AudioChannelBitfield> channelMasks; in getSupportedChannelMasks() local
251 hidl_vec<AudioChannelMask> channelMasks; in getSupportedProfiles() local
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DGenerators.cpp41 static std::vector<AudioConfig> combineAudioConfig(std::vector<xsd::AudioChannelMask> channelMasks, in combineAudioConfig()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfileVectorHelper.cpp221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
H A DSerializer.cpp109 static constexpr const char *channelMasks = "channelMasks"; member
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/
H A DHidlUtils.cpp101 hidl_vec<AudioChannelMask>* channelMasks) { in audioChannelMasksFromHal()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp7035 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local
7097 ChannelMaskSet channelMasks; in updateAudioProfiles() local
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1694 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local