Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp499 t->mMixerChannelMask = audio_channel_mask_from_representation_and_bits( in getTrackName()
501 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in getTrackName()
536 && mixerChannelMask == track.mMixerChannelMask) { in setChannelMasks()
549 track.mMixerChannelMask = mixerChannelMask; in setChannelMasks()
560 status, track.channelMask, track.mMixerChannelMask); in setChannelMasks()
583 if (pTrack->channelMask != pTrack->mMixerChannelMask in initTrackDownmix()
585 && pTrack->mMixerChannelMask == AUDIO_CHANNEL_OUT_STEREO)) { in initTrackDownmix()
615 pTrack->mMixerChannelMask, in prepareTrackForDownmix()
630 pTrack->mMixerChannelMask, pTrack->mMixerInFormat, kCopyBufferFrameCount); in prepareTrackForDownmix()
806 if (setChannelMasks(name, trackChannelMask, track.mMixerChannelMask)) { in setParameter()
DAudioMixer.h229 audio_channel_mask_t mMixerChannelMask; member