OSDN Git Service

Effect Offload Proxy for effects offload
authorjpadmana <rpadmanaban.jayashree@gmail.com>
Tue, 4 Jun 2013 10:33:29 +0000 (16:03 +0530)
committerEric Laurent <elaurent@google.com>
Fri, 6 Sep 2013 17:36:29 +0000 (17:36 +0000)
commit60c60df7db278d2fa5c90b0fa14f99a61d50272b
tree1b687d31467576d5fce79d4646917652fa8ed9dc
parenta82975e02ccf78fd9c4dd2f7c1a66c254b52fe3b
Effect Offload Proxy for effects offload

Effect Proxy abstracts the sub effects to the upper layers.
It has the following functionalities:
- creation and release of sub effects
- routing the effect commands and process to the appropriate sub effect

Bug: 8174034.

Change-Id: I22d8136636048e7fe8f8807cbc6e348ffa200a22
Signed-off-by: jpadmana <rpadmanaban.jayashree@gmail.com>
media/libeffects/data/audio_effects.conf
media/libeffects/proxy/Android.mk [new file with mode: 0644]
media/libeffects/proxy/EffectProxy.cpp [new file with mode: 0644]
media/libeffects/proxy/EffectProxy.h [new file with mode: 0644]