summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
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/Threads.cpp
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/Threads.cpp')
-rw-r--r--services/audioflinger/Threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp
index 65e9eec..feedd89 100644
--- a/services/audioflinger/Threads.cpp
+++ b/services/audioflinger/Threads.cpp
@@ -4954,7 +4954,7 @@ reacquire_wakelock:
// ditherAndClamp() works as long as all buffers returned by
// activeTrack->getNextBuffer() are 32 bit aligned which should be always true.
if (activeTrack->mChannelCount == 1) {
- // temporarily type pun mRsmpOutBuffer from Q19.12 to int16_t
+ // temporarily type pun mRsmpOutBuffer from Q4.27 to int16_t
ditherAndClamp(activeTrack->mRsmpOutBuffer, activeTrack->mRsmpOutBuffer,
framesOut);
// the resampler always outputs stereo samples: