Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp231 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in getTrackName()
271 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount; in setChannelMasks()
279 track.mMixerChannelCount = mixerChannelCount; in setChannelMasks()
781 ? mMixerChannelCount : channelCount; in setResampler()
810 ? mMixerChannelCount : channelCount; in setPlaybackRate()
977 t.hook = getTrackHook(TRACKTYPE_RESAMPLE, t.mMixerChannelCount, in process__validate()
987 t.mMixerChannelCount, in process__validate()
992 t.hook = getTrackHook(TRACKTYPE_NORESAMPLE, t.mMixerChannelCount, in process__validate()
1033 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
1071 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
[all …]
DAudioMixer.h261 uint32_t mMixerChannelCount; member