summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Tracks.cpp
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-04-08 23:30:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-08 23:30:58 +0000
commit86f79e3f3bc1de7b4e4dd045de8962b8a62ab5d5 (patch)
tree222616b4bb2cb2cbfcc0d7c14581e182143e87cd /services/audioflinger/Tracks.cpp
parent77a44e8d1f902a100500ea69a450e22889dcff31 (diff)
parent73c02e4277b399c2ec1555d32b6ad5df23bb83dc (diff)
downloadframeworks_av-86f79e3f3bc1de7b4e4dd045de8962b8a62ab5d5.zip
frameworks_av-86f79e3f3bc1de7b4e4dd045de8962b8a62ab5d5.tar.gz
frameworks_av-86f79e3f3bc1de7b4e4dd045de8962b8a62ab5d5.tar.bz2
Merge "Improve ResamplerBufferProvider"
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 6e78b32..1566b1f 100644
--- a/services/audioflinger/Tracks.cpp
+++ b/services/audioflinger/Tracks.cpp
@@ -1991,8 +1991,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;