Home
last modified time | relevance | path

Searched refs:mixerChannelMask (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp74 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument
79 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) { in setChannelMasks()
87 mixerChannelMask & AUDIO_CHANNEL_HAPTIC_ALL); in setChannelMasks()
88 mixerChannelMask = static_cast<audio_channel_mask_t>( in setChannelMasks()
89 mixerChannelMask & ~AUDIO_CHANNEL_HAPTIC_ALL); in setChannelMasks()
92 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
102 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
427 const audio_channel_mask_t mixerChannelMask = in setParameter() local
431 mixerChannelMask)) { in setParameter()
432 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
DAudioMixerBase.cpp165 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks() argument
170 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks()
175 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
180 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
401 const audio_channel_mask_t mixerChannelMask = in setParameter() local
403 if (setChannelMasks(name, track->channelMask, mixerChannelMask)) { in setParameter()
404 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixer.h166 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
DAudioMixerBase.h342 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
/frameworks/av/services/audioflinger/
DIAfThread.h154 virtual audio_channel_mask_t mixerChannelMask() const = 0;
DEffects.cpp3218 return t->mixerChannelMask(); in inChannelMask()
3225 return t->mixerChannelMask(); in inChannelMask()
3258 return t->mixerChannelMask(); in outChannelMask()
DThreads.h322 audio_channel_mask_t mixerChannelMask() const override { return mChannelMask; } in mixerChannelMask() function
1102 audio_channel_mask_t mixerChannelMask() const final { in mixerChannelMask() function