Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp199 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument
204 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) { in setChannelMasks()
209 const audio_channel_mask_t mixerHapticChannelMask = mixerChannelMask & AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()
210 mixerChannelMask &= ~AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks()
213 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
223 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
704 const audio_channel_mask_t mixerChannelMask = in setParameter() local
707 mixerChannelMask)) { in setParameter()
708 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h464 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
/frameworks/av/include/media/
DAudioMixer.h464 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);