Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp229 t->mMixerChannelCount = audio_channel_count_from_out_mask(t->mMixerChannelMask); in getTrackName()
269 const bool mixerChannelCountChanged = track.mMixerChannelCount != mixerChannelCount; in setChannelMasks()
277 track.mMixerChannelCount = mixerChannelCount; in setChannelMasks()
779 ? mMixerChannelCount : channelCount; in setResampler()
807 ? mMixerChannelCount : channelCount; in setPlaybackRate()
974 t.hook = getTrackHook(TRACKTYPE_RESAMPLE, t.mMixerChannelCount, in process__validate()
984 t.mMixerChannelCount, in process__validate()
989 t.hook = getTrackHook(TRACKTYPE_NORESAMPLE, t.mMixerChannelCount, in process__validate()
1030 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
1068 t.mMixerChannelCount, t.mMixerInFormat, t.mMixerFormat); in process__validate()
[all …]
DAudioMixer.h261 uint32_t mMixerChannelCount; member