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()
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()
413 const audio_channel_mask_t mixerChannelMask = in setParameter() local
417 mixerChannelMask)) { in setParameter()
418 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
DAudioMixerBase.cpp162 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks() argument
167 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks()
172 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
177 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
397 const audio_channel_mask_t mixerChannelMask = in setParameter() local
399 if (setChannelMasks(name, track->channelMask, mixerChannelMask)) { in setParameter()
400 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixer.h170 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
DAudioMixerBase.h323 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);