summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-17 07:27:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-17 07:27:46 -0800
commit613882293184e575a44bff681a3decaefe889e69 (patch)
tree052f84c8fe6e7b201f03117f617c3ad77b8b0dd0 /include/private
parent0107954f72153db747a3727dc1157e9236dfed90 (diff)
parentb9980659501d0428d65d8292f3c32da69d37fbd2 (diff)
downloadframeworks_av-613882293184e575a44bff681a3decaefe889e69.zip
frameworks_av-613882293184e575a44bff681a3decaefe889e69.tar.gz
frameworks_av-613882293184e575a44bff681a3decaefe889e69.tar.bz2
Merge "Use size_t for frame size"
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 86e0682..33a92cd 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -80,7 +80,7 @@ struct audio_track_cblk_t
// 8 bit PCM data: in this case, mCblk->frameSize is based on a sample size of
// 16 bit because data is converted to 16 bit before being stored in buffer
- uint8_t frameSize;
+ uint8_t frameSize; // would normally be size_t, but 8 bits is plenty
uint8_t pad1;
uint16_t bufferTimeoutMs; // Maximum cumulated timeout before restarting audioflinger