summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-07 14:03:00 -0800
committerGlenn Kasten <gkasten@google.com>2012-11-14 11:58:17 -0800
commit020f79fd967736d36c7ec860814e2e93866a020f (patch)
treeb0912d848ca1b2324b3be5580498ad69f65d0f8e /include/private
parent17158f4a36ed16c779477a56ec831da55e8128fe (diff)
downloadframeworks_av-020f79fd967736d36c7ec860814e2e93866a020f.zip
frameworks_av-020f79fd967736d36c7ec860814e2e93866a020f.tar.gz
frameworks_av-020f79fd967736d36c7ec860814e2e93866a020f.tar.bz2
Update audio comments
Change-Id: I85d7d2f6381b251db5695202fec75128883a8662
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 3063448..bbc5e26 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -54,9 +54,10 @@ struct audio_track_cblk_t
uint32_t serverBase;
int mPad1; // unused, but preserves cache line alignment
+
uint32_t frameCount;
- // Cache line boundary
+ // Cache line boundary (32 bytes)
uint32_t loopStart;
uint32_t loopEnd; // read-only for server, read/write for client