summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-11-06 14:22:05 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-06 14:22:05 -0700
commit4974d5eaf838d893c418b85bd47f6f114d9b5aaa (patch)
tree16d68331d5b8c4f308e1f4a4f474a0f5676a0c34 /include
parent6d80795874f85b4dbd4f8425ea3326f65ea8abb0 (diff)
parentaca1fe35480ae76dd6bae167ade40adc955e2d0d (diff)
downloadframeworks_av-4974d5eaf838d893c418b85bd47f6f114d9b5aaa.zip
frameworks_av-4974d5eaf838d893c418b85bd47f6f114d9b5aaa.tar.gz
frameworks_av-4974d5eaf838d893c418b85bd47f6f114d9b5aaa.tar.bz2
am 1653e261: Merge "Rotation support" into gingerbread
* commit '1653e261e84922facfe27d3d8acc455ed2b6b6da': Rotation support
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MPEG4Writer.h1
-rw-r--r--include/media/stagefright/MetaData.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MPEG4Writer.h b/include/media/stagefright/MPEG4Writer.h
index bb469e5..7bf07eb 100644
--- a/include/media/stagefright/MPEG4Writer.h
+++ b/include/media/stagefright/MPEG4Writer.h
@@ -154,6 +154,7 @@ private:
bool exceedsFileDurationLimit();
bool isFileStreamable() const;
void trackProgressStatus(const Track* track, int64_t timeUs, status_t err = OK);
+ void writeCompositionMatrix(int32_t degrees);
MPEG4Writer(const MPEG4Writer &);
MPEG4Writer &operator=(const MPEG4Writer &);
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index ac0624a..b1a775a 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -92,6 +92,7 @@ enum {
// Track authoring progress status
// kKeyTrackTimeStatus is used to track progress in elapsed time
kKeyTrackTimeStatus = 'tktm', // int64_t
+ kKeyRotationDegree = 'rdge', // int32_t (clockwise, in degree)
kKeyNotRealTime = 'ntrt', // bool (int32_t)