summaryrefslogtreecommitdiffstats
path: root/include/media/AudioTrack.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-05 14:58:14 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-13 09:24:18 -0700
commit2fc14730e4697a6f456b4631549c9981f6b0b115 (patch)
tree0f48a06513b295104f8c085a971fcbdf3feca1fe /include/media/AudioTrack.h
parentc0029a8551d65929cbf51a55bd3bae3342a1f2fe (diff)
downloadframeworks_av-2fc14730e4697a6f456b4631549c9981f6b0b115.zip
frameworks_av-2fc14730e4697a6f456b4631549c9981f6b0b115.tar.gz
frameworks_av-2fc14730e4697a6f456b4631549c9981f6b0b115.tar.bz2
Comments
Change-Id: I56f82904cb3855bad6f33ad1ff4ddf66a61c5720
Diffstat (limited to 'include/media/AudioTrack.h')
-rw-r--r--include/media/AudioTrack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index ae92cdd..8aa1911 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -682,7 +682,8 @@ protected:
uint32_t mNotificationFramesAct; // actual number of frames between each
// notification callback,
// at initial source sample rate
- bool mRefreshRemaining; // processAudioBuffer() should refresh next 2
+ bool mRefreshRemaining; // processAudioBuffer() should refresh
+ // mRemainingFrames and mRetryOnPartialBuffer
// These are private to processAudioBuffer(), and are not protected by a lock
uint32_t mRemainingFrames; // number of frames to request in obtainBuffer()