Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DChannelMix.h27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount);
705 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch()
709 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch()
713 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch()
716 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch()
719 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch()
722 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch()
725 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch()
728 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch()
731 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_9POINT1POINT6, in processSwitch()
[all …]
/system/media/audio_utils/
DChannelMix.cpp75 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount) { in sparseChannelMatrixMultiply() function
110 sparseChannelMatrixMultiply<INPUT_MASK, OUTPUT_MASK, true>( \
113 sparseChannelMatrixMultiply<INPUT_MASK, OUTPUT_MASK, false>( \