Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp79 && mixerChannelMask == (track->mMixerChannelMask | track->mMixerHapticChannelMask)) { in setChannelMasks()
98 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
124 status, track->channelMask, track->mMixerChannelMask); in setChannelMasks()
166 if (channelMask == mMixerChannelMask in prepareForDownmix()
168 && mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO)) { in prepareForDownmix()
179 channelMask, mMixerChannelMask, in prepareForDownmix()
194 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount)); in prepareForDownmix()
243 audio_channel_count_from_out_mask(mMixerChannelMask), in prepareForReformat()
365 (track->mMixerChannelMask | track->mMixerHapticChannelMask))) { in setParameter()
DAudioMixerBase.cpp149 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits( in create()
151 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in create()
166 if (trackChannelMask == track->channelMask && mixerChannelMask == track->mMixerChannelMask) { in setChannelMasks()
176 track->mMixerChannelMask = mixerChannelMask; in setChannelMasks()
360 if (setChannelMasks(name, trackChannelMask, track->mMixerChannelMask)) { in setParameter()
653 (t->mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO // TODO: MONO_HACK in process__validate()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h280 audio_channel_mask_t mMixerChannelMask; member