Searched refs:mixerChannelMask (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixer.cpp | 74 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()
|
D | AudioMixerBase.cpp | 162 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/ |
D | AudioMixer.h | 170 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
|
D | AudioMixerBase.h | 323 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
|