Home
last modified time | relevance | path

Searched refs:mixerChannelMask (Results 1 – 4 of 4) 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()
84 const audio_channel_mask_t mixerHapticChannelMask = mixerChannelMask & AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()
85 mixerChannelMask &= ~AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()
88 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
98 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
408 const audio_channel_mask_t mixerChannelMask = in setParameter() local
411 mixerChannelMask)) { in setParameter()
412 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
DAudioMixerBase.cpp161 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks() argument
166 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks()
171 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
176 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
396 const audio_channel_mask_t mixerChannelMask = in setParameter() local
398 if (setChannelMasks(name, track->channelMask, mixerChannelMask)) { in setParameter()
399 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h228 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h313 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);