Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DChannelMix.h638 if (mInputChannelMask != inputChannelMask) { in setInputChannelMask()
645 mInputChannelMask = inputChannelMask; in setInputChannelMask()
652 return mInputChannelMask; in getInputChannelMask()
682 audio_channel_mask_t mInputChannelMask = AUDIO_CHANNEL_NONE; variable
703 switch (mInputChannelMask) { in processSwitch()
742 switch (mInputChannelMask) { in processSwitch()
797 if (mInputChannelMask == AUDIO_CHANNEL_NONE) return false; in matrixProcess()