Searched refs:mixerChannelMask (Results 1 – 7 of 7) 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() 427 const audio_channel_mask_t mixerChannelMask = in setParameter() local 431 mixerChannelMask)) { in setParameter() 432 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
|
D | AudioMixerBase.cpp | 165 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks() argument 170 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks() 175 const uint32_t mixerChannelCount = audio_channel_count_from_out_mask(mixerChannelMask); in setChannelMasks() 180 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks() 401 const audio_channel_mask_t mixerChannelMask = in setParameter() local 403 if (setChannelMasks(name, track->channelMask, mixerChannelMask)) { in setParameter() 404 ALOGV("setParameter(TRACK, MIXER_CHANNEL_MASK, %#x)", mixerChannelMask); in setParameter()
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixer.h | 166 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) override;
|
D | AudioMixerBase.h | 342 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask);
|
/frameworks/av/services/audioflinger/ |
D | IAfThread.h | 154 virtual audio_channel_mask_t mixerChannelMask() const = 0;
|
D | Effects.cpp | 3218 return t->mixerChannelMask(); in inChannelMask() 3225 return t->mixerChannelMask(); in inChannelMask() 3258 return t->mixerChannelMask(); in outChannelMask()
|
D | Threads.h | 322 audio_channel_mask_t mixerChannelMask() const override { return mChannelMask; } in mixerChannelMask() function 1102 audio_channel_mask_t mixerChannelMask() const final { in mixerChannelMask() function
|