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() 84 const audio_channel_mask_t mixerHapticChannelMask = mixerChannelMask & AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks() 85 mixerChannelMask &= ~AUDIO_CHANNEL_HAPTIC_ALL; in setChannelMasks() 88 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() 98 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks() 408 const audio_channel_mask_t mixerChannelMask = in setParameter() local 411 mixerChannelMask)) { in setParameter() 412 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
|
D | AudioMixerBase.cpp | 161 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks() argument 166 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks() 171 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() 176 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks() 396 const audio_channel_mask_t mixerChannelMask = in setParameter() local 398 if (setChannelMasks(name, track->channelMask, mixerChannelMask)) { in setParameter() 399 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioMixer.h | 228 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 313 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
|