Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9a70741 authored by Lajos Molnar's avatar Lajos Molnar Committed by android-build-merger
Browse files

Merge "omx: add constrained AVC profile constants" into oc-mr1-dev am: 9afe0a99

am: 60285022

Change-Id: I0b24a6d257534b17326608821da6d2e953a4eaf3
parents e85d6e83 60285022
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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,