Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp258 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks() argument
262 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()
267 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks()
275 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()
666 const audio_channel_mask_t mixerChannelMask = in setParameter() local
668 if (setChannelMasks(name, track.channelMask, mixerChannelMask)) { in setParameter()
669 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
/frameworks/av/include/media/
DAudioMixer.h315 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h315 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);