Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount);
586 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch()
590 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch()
594 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch()
597 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch()
600 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch()
603 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch()
606 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch()
609 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch()
612 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_22POINT2, in processSwitch()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount);
586 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch()
590 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch()
594 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch()
597 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch()
600 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch()
603 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch()
606 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch()
609 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch()
612 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_22POINT2, in processSwitch()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount);
586 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch()
590 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch()
594 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch()
597 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch()
600 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch()
603 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch()
606 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch()
609 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch()
612 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_22POINT2, in processSwitch()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h27 bool sparseChannelMatrixMultiply(const float *src, float *dst, size_t frameCount);
586 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_STEREO, in processSwitch()
590 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_QUAD_BACK, in processSwitch()
594 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1_BACK, in processSwitch()
597 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT2, in processSwitch()
600 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_5POINT1POINT4, in processSwitch()
603 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1, in processSwitch()
606 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT2, in processSwitch()
609 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_7POINT1POINT4, in processSwitch()
612 return sparseChannelMatrixMultiply<AUDIO_CHANNEL_OUT_22POINT2, in processSwitch()
[all …]
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A 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 …]
/aosp_15_r20/system/media/audio_utils/
H A 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>( \