summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Tracks.cpp
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-03-29 01:13:58 -0700
committerAndy Hung <hunga@google.com>2015-04-08 15:55:46 -0700
commit73c02e4277b399c2ec1555d32b6ad5df23bb83dc (patch)
treec42d75e42eda5b09915c0962107083f1c55dc74a /services/audioflinger/Tracks.cpp
parent97a893eb34f8687485c88eaf15917974a203f20b (diff)
downloadframeworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.zip
frameworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.tar.gz
frameworks_av-73c02e4277b399c2ec1555d32b6ad5df23bb83dc.tar.bz2
Improve ResamplerBufferProvider
Change-Id: I3cc3af221ad5797ff219d75227350733afa180db
Diffstat (limited to 'services/audioflinger/Tracks.cpp')
-rw-r--r--services/audioflinger/Tracks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/audioflinger/Tracks.cpp b/services/audioflinger/Tracks.cpp
index b2f44f2..6560f14 100644
--- a/services/audioflinger/Tracks.cpp
+++ b/services/audioflinger/Tracks.cpp
@@ -1990,8 +1990,7 @@ AudioFlinger::RecordThread::RecordTrack::RecordTrack(
((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE),
type),
mOverflow(false),
- // See real initialization of mRsmpInFront at RecordThread::start()
- mRsmpInUnrel(0), mRsmpInFront(0), mFramesToDrop(0), mResamplerBufferProvider(NULL)
+ mFramesToDrop(0)
{
if (mCblk == NULL) {
return;