OSDN Git Service

Fix Auxiliary Effect Buffer Corruption
authorrago <rago@google.com>
Tue, 5 Sep 2017 19:53:39 +0000 (12:53 -0700)
committerrago <rago@google.com>
Tue, 5 Sep 2017 19:53:39 +0000 (12:53 -0700)
commit02fd27972471accb709023f3988ef1472b6cd0d3
treee19376691a29489476d01a2b5f5d9f1a0a649d88
parent90153cae7ffd321338f90678a80abd62fb56e877
Fix Auxiliary Effect Buffer Corruption

Output buffer is shared with temp buffer. Conversion should go low to
high indexes in array to avoid corruption.

Bug: 65375387

Test: Manual testing with SoloTester app.
Change-Id: I1b96e6c625d2b0a857f029e493b5fcb22bf02ece
media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp