Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp227 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits( in getTrackName()
229 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in getTrackName()
263 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()
276 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()
285 status, track.channelMask, track.mMixerChannelMask); in setChannelMasks()
327 if (channelMask == mMixerChannelMask in prepareForDownmix()
329 && mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO)) { in prepareForDownmix()
337 mMixerChannelMask, in prepareForDownmix()
352 mMixerChannelMask, mMixerInFormat, kCopyBufferFrameCount); in prepareForDownmix()
396 audio_channel_count_from_out_mask(mMixerChannelMask), in prepareForReformat()
[all …]
DAudioMixer.h260 audio_channel_mask_t mMixerChannelMask; member