Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp109 track->mAdjustNonDestructiveOutChannelCount = track->channelCount; in setChannelMasks()
115 track->mAdjustNonDestructiveOutChannelCount = 0; in setChannelMasks()
290 this, mAdjustNonDestructiveInChannelCount, mAdjustNonDestructiveOutChannelCount, in prepareForAdjustChannelsNonDestructive()
293 if (mAdjustNonDestructiveInChannelCount != mAdjustNonDestructiveOutChannelCount) { in prepareForAdjustChannelsNonDestructive()
302 mAdjustNonDestructiveOutChannelCount, in prepareForAdjustChannelsNonDestructive()
554 t->mAdjustNonDestructiveOutChannelCount = t->channelCount; in postCreateTrack()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixer.h181 uint32_t mAdjustNonDestructiveOutChannelCount; member