Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DChannelMix.h657 return accumulate ? processSwitch<true>(src, dst, frameCount) in process()
658 : processSwitch<false>(src, dst, frameCount); in process()
698 bool processSwitch(const float *src, float *dst, size_t frameCount) const { in processSwitch() function