summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/RecordTracks.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-04-02 11:24:53 -0700
committerAndy Hung <hunga@google.com>2014-04-02 14:33:26 -0700
commit84a0c6e87c48f58a0d3be71961432c086a4d24cc (patch)
treea9bea7e95223dc4d1f3219d4e60dd385881ec6d8 /services/audioflinger/RecordTracks.h
parent99021c47f45ee8bf3317cff7d08226e76c8d8227 (diff)
downloadframeworks_av-84a0c6e87c48f58a0d3be71961432c086a4d24cc.zip
frameworks_av-84a0c6e87c48f58a0d3be71961432c086a4d24cc.tar.gz
frameworks_av-84a0c6e87c48f58a0d3be71961432c086a4d24cc.tar.bz2
Change references of Q19.12 to Q4.27 for clarity
Change-Id: I5beb7daf6ff9bc123ff3582f7c294edcaf8652f6 Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'services/audioflinger/RecordTracks.h')
-rw-r--r--services/audioflinger/RecordTracks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/RecordTracks.h b/services/audioflinger/RecordTracks.h
index 3ec9889..6fc06d8 100644
--- a/services/audioflinger/RecordTracks.h
+++ b/services/audioflinger/RecordTracks.h
@@ -66,7 +66,7 @@ private:
// updated by RecordThread::readInputParameters_l()
AudioResampler *mResampler;
- // interleaved stereo pairs of fixed-point signed Q19.12
+ // interleaved stereo pairs of fixed-point Q4.27
int32_t *mRsmpOutBuffer;
// current allocated frame count for the above, which may be larger than needed
size_t mRsmpOutFrameCount;