OSDN Git Service

Add primitive accumulate methods to audio utils
authorAri Hausman-Cohen <arihc@google.com>
Thu, 17 Aug 2017 01:32:22 +0000 (18:32 -0700)
committerAri Hausman-Cohen <arihc@google.com>
Mon, 21 Aug 2017 21:27:05 +0000 (21:27 +0000)
commit90ac5f69a6c07a302d0ded16926b600947f07cc4
treec28d5045ab048cf3bf8276ca5475cd87fad23dd7
parentec2b7933d2b5a806b1c678188a0e64bffcb477df
Add primitive accumulate methods to audio utils

Adds accumulate methods to audio utils. These functions add
two audio buffers of the same format together.

BUG: 64772969
TEST: Builds, a sample app making use of the accumulate_float pathway works,
unit tests pass
Change-Id: Ib36a2f4be0c9b7353ec6d15752f02077e35c56ae
audio_utils/include/audio_utils/primitives.h
audio_utils/primitives.c
audio_utils/tests/primitives_tests.cpp