Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp532 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument
536 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()
541 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
549 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()
847 const audio_channel_mask_t mixerChannelMask = in setParameter() local
849 if (setChannelMasks(name, track.channelMask, mixerChannelMask)) { in setParameter()
850 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
DAudioMixer.h383 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);