Searched defs:channelMasks (Results 1 – 11 of 11) sorted by relevance
| /frameworks/av/media/libaudiofoundation/ |
| D | AudioProfile.cpp | 49 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
|
| D | AudioPort.cpp | 112 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort() local
|
| /frameworks/base/media/java/android/media/ |
| D | AudioPort.java | 97 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
|
| D | AudioProfile.java | 60 AudioProfile(int format, @NonNull int[] samplingRates, @NonNull int[] channelMasks, in AudioProfile()
|
| D | AudioMixPort.java | 40 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort()
|
| D | AudioDevicePort.java | 48 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort()
|
| /frameworks/av/media/libaudiofoundation/include/media/ |
| D | AudioContainers.h | 62 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/ |
| D | AudioProfileVectorHelper.cpp | 221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local
|
| D | Serializer.cpp | 109 static constexpr const char *channelMasks = "channelMasks"; member
|
| /frameworks/av/services/audiopolicy/managerdefault/ |
| D | AudioPolicyManager.cpp | 6798 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local 6860 ChannelMaskSet channelMasks; in updateAudioProfiles() local
|
| /frameworks/av/services/audioflinger/ |
| D | AudioFlinger.cpp | 1693 std::vector<audio_channel_mask_t> channelMasks = {channelMask}; in getInputBufferSize() local
|