summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-04-19 23:56:46 -0700
committerAndy Hung <hunga@google.com>2015-04-21 15:30:49 -0700
commit5744661e85981f8a9456bf470e2761235fc026da (patch)
treeff5478072359cf1a910140000fa844322004c1f0 /services/audioflinger/Threads.h
parent73e62e2ea12e46825958eba718bd8d5e23064ec5 (diff)
downloadframeworks_av-5744661e85981f8a9456bf470e2761235fc026da.zip
frameworks_av-5744661e85981f8a9456bf470e2761235fc026da.tar.gz
frameworks_av-5744661e85981f8a9456bf470e2761235fc026da.tar.bz2
Make record buffer in RecordThread variable format
Change-Id: Id4bb9b973eeea16946fba3bc084c7ac270d9fa33
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 27bc56b..ed2e4a1 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -1267,7 +1267,7 @@ private:
Condition mStartStopCond;
// resampler converts input at HAL Hz to output at AudioRecord client Hz
- int16_t *mRsmpInBuffer; // see new[] for details on the size
+ void *mRsmpInBuffer; //
size_t mRsmpInFrames; // size of resampler input in frames
size_t mRsmpInFramesP2;// size rounded up to a power-of-2