Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DChannelMix.h537 bool accumulate) const override { in process()
543 bool accumulate, audio_channel_mask_t inputChannelMask) override { in process()
669 bool matrixProcess(const float *src, float *dst, size_t frameCount, bool accumulate) const { in matrixProcess()
/system/media/audio_utils/tests/
Dchannelmix_tests.cpp155 audio_channel_mask_t inputChannelMask, bool accumulate) { in testBalance()
Dprimitives_tests.cpp742 TEST(audio_utils_primitives, accumulate) { in TEST() argument