summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lajos Molnar <lajos@google.com> 2017-08-15 03:13:39 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-08-15 03:13:39 +0000
commit9afe0a990cdf1433e14340c8f5ba6b4ddd94ef60 (patch)
treec2c83994488f1b37df99ec0f9dd1c5cbdb55da7b
parente0626840743ab3ee5e3447d0bb0f6b3cc02c9b14 (diff)
parent8af3b0d203193b17702bb02f939a791e4258cc65 (diff)
Merge "omx: add constrained AVC profile constants" into oc-mr1-dev
-rw-r--r--headers/media_plugin/media/openmax/OMX_VideoExt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/headers/media_plugin/media/openmax/OMX_VideoExt.h b/headers/media_plugin/media/openmax/OMX_VideoExt.h
index 6af6503d5b..1a5ad176e2 100644
--- a/headers/media_plugin/media/openmax/OMX_VideoExt.h
+++ b/headers/media_plugin/media/openmax/OMX_VideoExt.h
@@ -58,6 +58,12 @@ typedef struct OMX_NALSTREAMFORMATTYPE{
OMX_NALUFORMATSTYPE eNaluFormat;
} OMX_NALSTREAMFORMATTYPE;
+/** AVC additional profiles */
+typedef enum OMX_VIDEO_AVCPROFILETYPEEXT {
+ OMX_VIDEO_AVCProfileConstrainedBaseline = 0x10000, /**< Constrained baseline profile */
+ OMX_VIDEO_AVCProfileConstrainedHigh = 0x80000, /**< Constrained high profile */
+} OMX_VIDEO_AVCPROFILETYPEEXT;
+
/** VP8 profiles */
typedef enum OMX_VIDEO_VP8PROFILETYPE {
OMX_VIDEO_VP8ProfileMain = 0x01,