OSDN Git Service

audioflinger: no effects on offloaded tracks
authorEric Laurent <elaurent@google.com>
Sat, 31 Aug 2013 19:59:48 +0000 (12:59 -0700)
committerEric Laurent <elaurent@google.com>
Mon, 9 Sep 2013 16:09:21 +0000 (09:09 -0700)
commit813e2a74853bde19e37d878c596a044b3f299efc
treeb95aa8b59f49b4348b2112047ee80e572637d706
parent84b7fb0c88ddd05ed7c148c82fe1691040a9404d
audioflinger: no effects on offloaded tracks

Invalidate offloaded tracks when an effect is enabled
so that the track is recreated in PCM mode and the effect
can be applied.
This is temporary until effect offloading is implemented.

Bug: 8174034.

Change-Id: I77b8b54a10db6cb8334be76d863ea7e720eaad09
services/audioflinger/AudioFlinger.cpp
services/audioflinger/AudioFlinger.h
services/audioflinger/Effects.cpp
services/audioflinger/Effects.h
services/audioflinger/Tracks.cpp