Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp51 audio_channel_mask_t channelMasks, in AudioProfile()
61 const ChannelMaskSet &channelMasks, in AudioProfile()
67 const ChannelMaskSet &channelMasks, in AudioProfile()
76 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
419 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles() local
DAudioPort.cpp127 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
DAudioMixPort.java40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
DAudioProfile.java81 public AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
DAudioDevicePort.java48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h66 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
79 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyManagerTestClient.h191 std::string channelMasks; in getParameters() local
/frameworks/av/media/libeffects/spatializer/tests/
DSpatializerTest.cpp211 std::vector<audio_channel_mask_t> channelMasks; in TEST() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp235 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
DSerializer.cpp110 static constexpr const char *channelMasks = "channelMasks"; member
/frameworks/av/services/audiopolicy/service/
DSpatializer.cpp354 std::vector<audio_channel_mask_t> channelMasks; in loadEngineConfiguration() local
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_legacy_conversion_tests.cpp567 const std::vector<AudioChannelLayout>& channelMasks, in createProfile()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1639 std::string channelMasks; in onEvent() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp8099 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local
8166 std::optional<ChannelMaskSet> channelMasks; in updateAudioProfiles() local
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2050 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local