summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-09-08 15:07:21 -0700
committerJames Dong <jdong@google.com>2010-09-08 17:28:57 -0700
commit3c3763d2ee1cd1fba7fe522fbaf0faca315d8c2a (patch)
tree4763aa3d027e3583625cdf3a2eeca8720b7a8f15 /include
parentf9c0ae8474dc7180a561ed1e7a8ba3d0d31f6d38 (diff)
downloadframeworks_av-3c3763d2ee1cd1fba7fe522fbaf0faca315d8c2a.zip
frameworks_av-3c3763d2ee1cd1fba7fe522fbaf0faca315d8c2a.tar.gz
frameworks_av-3c3763d2ee1cd1fba7fe522fbaf0faca315d8c2a.tar.bz2
HW audio encoder expects timestamp via kKeyTime from each input buffer
- This fixes media server crashes on droid Change-Id: I7191cadc5275107425ec3ee3d437b2c5295858dc
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index 1e447f1..1594e31 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -49,6 +49,7 @@ enum {
kKeyNTPTime = 'ntpT', // uint64_t (ntp-timestamp)
kKeyTargetTime = 'tarT', // int64_t (usecs)
kKeyDriftTime = 'dftT', // int64_t (usecs)
+ kKeyAnchorTime = 'ancT', // int64_t (usecs)
kKeyDuration = 'dura', // int64_t (usecs)
kKeyColorFormat = 'colf',
kKeyPlatformPrivate = 'priv', // pointer