summaryrefslogtreecommitdiffstats
path: root/include/media/IOMX.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-11 12:29:10 -0700
committerJames Dong <jdong@google.com>2011-07-11 12:29:10 -0700
commit457116d3a01618acf9a875020ca5860551ba03a6 (patch)
tree16ea85295b56ef3cc8885c7507841505a9a744e7 /include/media/IOMX.h
parent9b186a44051d0ef7f4ca67150f204299b15a448e (diff)
downloadframeworks_av-457116d3a01618acf9a875020ca5860551ba03a6.zip
frameworks_av-457116d3a01618acf9a875020ca5860551ba03a6.tar.gz
frameworks_av-457116d3a01618acf9a875020ca5860551ba03a6.tar.bz2
Support profile and level query for SW video decoders
Change-Id: I9c20db128be96cd36cf2083e08e8c21f5e6d1fdf
Diffstat (limited to 'include/media/IOMX.h')
-rw-r--r--include/media/IOMX.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/IOMX.h b/include/media/IOMX.h
index 3c65147..02ad703 100644
--- a/include/media/IOMX.h
+++ b/include/media/IOMX.h
@@ -184,6 +184,11 @@ public:
uint32_t flags = 0);
};
+struct CodecProfileLevel {
+ OMX_U32 mProfile;
+ OMX_U32 mLevel;
+};
+
} // namespace android
#endif // ANDROID_IOMX_H_