blob: a5cc17a2ad00aea80a5f216b36ed08cdd2674a17 [file] [log] [blame]
Kunter Gultekin203f89a2013-02-06 18:03:47 +02001/*
2 * Copyright (c) 2010 The Khronos Group Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining
5 * a copy of this software and associated documentation files (the
6 * "Software"), to deal in the Software without restriction, including
7 * without limitation the rights to use, copy, modify, merge, publish,
8 * distribute, sublicense, and/or sell copies of the Software, and to
9 * permit persons to whom the Software is furnished to do so, subject
10 * to the following conditions:
11 * The above copyright notice and this permission notice shall be included
12 * in all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 *
22 */
23
24/** OMX_VideoExt.h - OpenMax IL version 1.1.2
25 * The OMX_VideoExt header file contains extensions to the
26 * definitions used by both the application and the component to
27 * access video items.
28 */
29
30#ifndef OMX_VideoExt_h
31#define OMX_VideoExt_h
32
33#ifdef __cplusplus
34extern "C" {
35#endif /* __cplusplus */
36
37/* Each OMX header shall include all required header files to allow the
38 * header to compile without errors. The includes below are required
39 * for this header file to compile successfully
40 */
41#include <OMX_Core.h>
42
43/** NALU Formats */
44typedef enum OMX_NALUFORMATSTYPE {
45 OMX_NaluFormatStartCodes = 1,
46 OMX_NaluFormatOneNaluPerBuffer = 2,
47 OMX_NaluFormatOneByteInterleaveLength = 4,
48 OMX_NaluFormatTwoByteInterleaveLength = 8,
49 OMX_NaluFormatFourByteInterleaveLength = 16,
50 OMX_NaluFormatCodingMax = 0x7FFFFFFF
51} OMX_NALUFORMATSTYPE;
52
53/** NAL Stream Format */
54typedef struct OMX_NALSTREAMFORMATTYPE{
55 OMX_U32 nSize;
56 OMX_VERSIONTYPE nVersion;
57 OMX_U32 nPortIndex;
58 OMX_NALUFORMATSTYPE eNaluFormat;
59} OMX_NALSTREAMFORMATTYPE;
60
Kunter Gultekin203f89a2013-02-06 18:03:47 +020061/** VP8 profiles */
62typedef enum OMX_VIDEO_VP8PROFILETYPE {
63 OMX_VIDEO_VP8ProfileMain = 0x01,
64 OMX_VIDEO_VP8ProfileUnknown = 0x6EFFFFFF,
65 OMX_VIDEO_VP8ProfileMax = 0x7FFFFFFF
66} OMX_VIDEO_VP8PROFILETYPE;
67
68/** VP8 levels */
69typedef enum OMX_VIDEO_VP8LEVELTYPE {
70 OMX_VIDEO_VP8Level_Version0 = 0x01,
71 OMX_VIDEO_VP8Level_Version1 = 0x02,
72 OMX_VIDEO_VP8Level_Version2 = 0x04,
73 OMX_VIDEO_VP8Level_Version3 = 0x08,
74 OMX_VIDEO_VP8LevelUnknown = 0x6EFFFFFF,
75 OMX_VIDEO_VP8LevelMax = 0x7FFFFFFF
76} OMX_VIDEO_VP8LEVELTYPE;
77
78/** VP8 Param */
79typedef struct OMX_VIDEO_PARAM_VP8TYPE {
80 OMX_U32 nSize;
81 OMX_VERSIONTYPE nVersion;
82 OMX_U32 nPortIndex;
83 OMX_VIDEO_VP8PROFILETYPE eProfile;
84 OMX_VIDEO_VP8LEVELTYPE eLevel;
85 OMX_U32 nDCTPartitions;
86 OMX_BOOL bErrorResilientMode;
87} OMX_VIDEO_PARAM_VP8TYPE;
88
89/** Structure for configuring VP8 reference frames */
90typedef struct OMX_VIDEO_VP8REFERENCEFRAMETYPE {
91 OMX_U32 nSize;
92 OMX_VERSIONTYPE nVersion;
93 OMX_U32 nPortIndex;
94 OMX_BOOL bPreviousFrameRefresh;
95 OMX_BOOL bGoldenFrameRefresh;
96 OMX_BOOL bAlternateFrameRefresh;
97 OMX_BOOL bUsePreviousFrame;
98 OMX_BOOL bUseGoldenFrame;
99 OMX_BOOL bUseAlternateFrame;
100} OMX_VIDEO_VP8REFERENCEFRAMETYPE;
101
102/** Structure for querying VP8 reference frame type */
103typedef struct OMX_VIDEO_VP8REFERENCEFRAMEINFOTYPE {
104 OMX_U32 nSize;
105 OMX_VERSIONTYPE nVersion;
106 OMX_U32 nPortIndex;
107 OMX_BOOL bIsIntraFrame;
108 OMX_BOOL bIsGoldenOrAlternateFrame;
109} OMX_VIDEO_VP8REFERENCEFRAMEINFOTYPE;
110
Alex Glaznev5b155b82014-04-07 11:09:56 -0700111/** Maximum number of VP8 temporal layers */
112#define OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS 3
113
114/** VP8 temporal layer patterns */
115typedef enum OMX_VIDEO_ANDROID_VPXTEMPORALLAYERPATTERNTYPE {
116 OMX_VIDEO_VPXTemporalLayerPatternNone = 0,
117 OMX_VIDEO_VPXTemporalLayerPatternWebRTC = 1,
118 OMX_VIDEO_VPXTemporalLayerPatternMax = 0x7FFFFFFF
119} OMX_VIDEO_ANDROID_VPXTEMPORALLAYERPATTERNTYPE;
120
121/**
Vignesh Venkatasubramanianc193aee2016-02-11 14:26:19 -0800122 * Android specific VP8/VP9 encoder params
Alex Glaznev5b155b82014-04-07 11:09:56 -0700123 *
124 * STRUCT MEMBERS:
125 * nSize : Size of the structure in bytes
126 * nVersion : OMX specification version information
127 * nPortIndex : Port that this structure applies to
128 * nKeyFrameInterval : Key frame interval in frames
129 * eTemporalPattern : Type of temporal layer pattern
130 * nTemporalLayerCount : Number of temporal coding layers
131 * nTemporalLayerBitrateRatio : Bitrate ratio allocation between temporal
132 * streams in percentage
133 * nMinQuantizer : Minimum (best quality) quantizer
134 * nMaxQuantizer : Maximum (worst quality) quantizer
135 */
136typedef struct OMX_VIDEO_PARAM_ANDROID_VP8ENCODERTYPE {
137 OMX_U32 nSize;
138 OMX_VERSIONTYPE nVersion;
139 OMX_U32 nPortIndex;
140 OMX_U32 nKeyFrameInterval;
141 OMX_VIDEO_ANDROID_VPXTEMPORALLAYERPATTERNTYPE eTemporalPattern;
142 OMX_U32 nTemporalLayerCount;
143 OMX_U32 nTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
144 OMX_U32 nMinQuantizer;
145 OMX_U32 nMaxQuantizer;
Lajos Molnar64f5ec52014-06-05 22:33:17 -0700146} OMX_VIDEO_PARAM_ANDROID_VP8ENCODERTYPE;
Alex Glaznev5b155b82014-04-07 11:09:56 -0700147
Vignesh Venkatasubramanianc193aee2016-02-11 14:26:19 -0800148/** VP9 profiles */
149typedef enum OMX_VIDEO_VP9PROFILETYPE {
150 OMX_VIDEO_VP9Profile0 = 0x0,
151 OMX_VIDEO_VP9Profile1 = 0x1,
152 OMX_VIDEO_VP9Profile2 = 0x2,
153 OMX_VIDEO_VP9Profile3 = 0x3,
154 OMX_VIDEO_VP9ProfileUnknown = 0x6EFFFFFF,
155 OMX_VIDEO_VP9ProfileMax = 0x7FFFFFFF
156} OMX_VIDEO_VP9PROFILETYPE;
157
158/** VP9 levels */
159typedef enum OMX_VIDEO_VP9LEVELTYPE {
160 OMX_VIDEO_VP9Level1 = 0x0,
161 OMX_VIDEO_VP9Level11 = 0x1,
162 OMX_VIDEO_VP9Level2 = 0x2,
163 OMX_VIDEO_VP9Level21 = 0x4,
164 OMX_VIDEO_VP9Level3 = 0x8,
165 OMX_VIDEO_VP9Level31 = 0x10,
166 OMX_VIDEO_VP9Level4 = 0x20,
167 OMX_VIDEO_VP9Level41 = 0x40,
168 OMX_VIDEO_VP9Level5 = 0x80,
169 OMX_VIDEO_VP9Level51 = 0x100,
170 OMX_VIDEO_VP9Level52 = 0x200,
171 OMX_VIDEO_VP9Level6 = 0x400,
172 OMX_VIDEO_VP9Level61 = 0x800,
173 OMX_VIDEO_VP9Level62 = 0x1000,
174 OMX_VIDEO_VP9LevelUnknown = 0x6EFFFFFF,
175 OMX_VIDEO_VP9LevelMax = 0x7FFFFFFF
176} OMX_VIDEO_VP9LEVELTYPE;
177
178/**
179* VP9 Parameters.
180* Encoder specific parameters (decoders should ignore these fields):
181* - bErrorResilientMode
182* - nTileRows
183* - nTileColumns
184* - bEnableFrameParallelDecoding
185*/
186typedef struct OMX_VIDEO_PARAM_VP9TYPE {
187 OMX_U32 nSize;
188 OMX_VERSIONTYPE nVersion;
189 OMX_U32 nPortIndex;
190 OMX_VIDEO_VP9PROFILETYPE eProfile;
191 OMX_VIDEO_VP9LEVELTYPE eLevel;
192 OMX_BOOL bErrorResilientMode;
193 OMX_U32 nTileRows;
194 OMX_U32 nTileColumns;
195 OMX_BOOL bEnableFrameParallelDecoding;
196} OMX_VIDEO_PARAM_VP9TYPE;
197
Rachad184077d2014-05-01 18:42:43 -0700198/** HEVC Profile enum type */
199typedef enum OMX_VIDEO_HEVCPROFILETYPE {
200 OMX_VIDEO_HEVCProfileUnknown = 0x0,
201 OMX_VIDEO_HEVCProfileMain = 0x1,
202 OMX_VIDEO_HEVCProfileMain10 = 0x2,
203 OMX_VIDEO_HEVCProfileMax = 0x7FFFFFFF
204} OMX_VIDEO_HEVCPROFILETYPE;
205
206/** HEVC Level enum type */
207typedef enum OMX_VIDEO_HEVCLEVELTYPE {
208 OMX_VIDEO_HEVCLevelUnknown = 0x0,
209 OMX_VIDEO_HEVCMainTierLevel1 = 0x1,
210 OMX_VIDEO_HEVCHighTierLevel1 = 0x2,
211 OMX_VIDEO_HEVCMainTierLevel2 = 0x4,
212 OMX_VIDEO_HEVCHighTierLevel2 = 0x8,
213 OMX_VIDEO_HEVCMainTierLevel21 = 0x10,
214 OMX_VIDEO_HEVCHighTierLevel21 = 0x20,
215 OMX_VIDEO_HEVCMainTierLevel3 = 0x40,
216 OMX_VIDEO_HEVCHighTierLevel3 = 0x80,
217 OMX_VIDEO_HEVCMainTierLevel31 = 0x100,
218 OMX_VIDEO_HEVCHighTierLevel31 = 0x200,
219 OMX_VIDEO_HEVCMainTierLevel4 = 0x400,
220 OMX_VIDEO_HEVCHighTierLevel4 = 0x800,
221 OMX_VIDEO_HEVCMainTierLevel41 = 0x1000,
222 OMX_VIDEO_HEVCHighTierLevel41 = 0x2000,
223 OMX_VIDEO_HEVCMainTierLevel5 = 0x4000,
224 OMX_VIDEO_HEVCHighTierLevel5 = 0x8000,
225 OMX_VIDEO_HEVCMainTierLevel51 = 0x10000,
226 OMX_VIDEO_HEVCHighTierLevel51 = 0x20000,
227 OMX_VIDEO_HEVCMainTierLevel52 = 0x40000,
228 OMX_VIDEO_HEVCHighTierLevel52 = 0x80000,
229 OMX_VIDEO_HEVCMainTierLevel6 = 0x100000,
230 OMX_VIDEO_HEVCHighTierLevel6 = 0x200000,
231 OMX_VIDEO_HEVCMainTierLevel61 = 0x400000,
232 OMX_VIDEO_HEVCHighTierLevel61 = 0x800000,
233 OMX_VIDEO_HEVCMainTierLevel62 = 0x1000000,
234 OMX_VIDEO_HEVCHighTierLevel62 = 0x2000000,
235 OMX_VIDEO_HEVCHighTiermax = 0x7FFFFFFF
236} OMX_VIDEO_HEVCLEVELTYPE;
237
Wonsik Kim639f71f2015-12-08 23:21:36 +0900238/** Structure for controlling HEVC video encoding */
Rachad184077d2014-05-01 18:42:43 -0700239typedef struct OMX_VIDEO_PARAM_HEVCTYPE {
240 OMX_U32 nSize;
241 OMX_VERSIONTYPE nVersion;
242 OMX_U32 nPortIndex;
243 OMX_VIDEO_HEVCPROFILETYPE eProfile;
244 OMX_VIDEO_HEVCLEVELTYPE eLevel;
Wonsik Kim639f71f2015-12-08 23:21:36 +0900245 OMX_U32 nKeyFrameInterval;
Rachad184077d2014-05-01 18:42:43 -0700246} OMX_VIDEO_PARAM_HEVCTYPE;
247
248/** Structure to define if dependent slice segments should be used */
249typedef struct OMX_VIDEO_SLICESEGMENTSTYPE {
250 OMX_U32 nSize;
251 OMX_VERSIONTYPE nVersion;
252 OMX_U32 nPortIndex;
253 OMX_BOOL bDepedentSegments;
254 OMX_BOOL bEnableLoopFilterAcrossSlices;
255} OMX_VIDEO_SLICESEGMENTSTYPE;
Kunter Gultekin203f89a2013-02-06 18:03:47 +0200256
Lajos Molnarbcaa8d52015-08-07 10:07:07 -0700257/** Structure to return timestamps of rendered output frames as well as EOS
258 * for tunneled components.
259 */
Lajos Molnare21d7f52015-06-05 17:49:25 -0700260typedef struct OMX_VIDEO_RENDEREVENTTYPE {
261 OMX_S64 nMediaTimeUs; // timestamp of rendered video frame
262 OMX_S64 nSystemTimeNs; // system monotonic time at the time frame was rendered
Lajos Molnarbcaa8d52015-08-07 10:07:07 -0700263 // Use INT64_MAX for nMediaTimeUs to signal that the EOS
264 // has been reached. In this case, nSystemTimeNs MUST be
265 // the system time when the last frame was rendered.
266 // This MUST be done in addition to returning (and
267 // following) the render information for the last frame.
Lajos Molnare21d7f52015-06-05 17:49:25 -0700268} OMX_VIDEO_RENDEREVENTTYPE;
269
Ronghua Wuc92c19e2016-01-26 16:47:09 -0800270/** Dolby Vision Profile enum type */
271typedef enum OMX_VIDEO_DOLBYVISIONPROFILETYPE {
272 OMX_VIDEO_DolbyVisionProfileUnknown = 0x0,
273 OMX_VIDEO_DolbyVisionProfileDvavDer = 0x1,
274 OMX_VIDEO_DolbyVisionProfileDvavDen = 0x2,
275 OMX_VIDEO_DolbyVisionProfileDvheDer = 0x3,
276 OMX_VIDEO_DolbyVisionProfileDvheDen = 0x4,
277 OMX_VIDEO_DolbyVisionProfileDvheDtr = 0x5,
278 OMX_VIDEO_DolbyVisionProfileDvheStn = 0x6,
279 OMX_VIDEO_DolbyVisionProfileMax = 0x7FFFFFFF
280} OMX_VIDEO_DOLBYVISIONPROFILETYPE;
281
282/** Dolby Vision Level enum type */
283typedef enum OMX_VIDEO_DOLBYVISIONLEVELTYPE {
284 OMX_VIDEO_DolbyVisionLevelUnknown = 0x0,
285 OMX_VIDEO_DolbyVisionLevelHd24 = 0x1,
286 OMX_VIDEO_DolbyVisionLevelHd30 = 0x2,
287 OMX_VIDEO_DolbyVisionLevelFhd24 = 0x4,
288 OMX_VIDEO_DolbyVisionLevelFhd30 = 0x8,
289 OMX_VIDEO_DolbyVisionLevelFhd60 = 0x10,
290 OMX_VIDEO_DolbyVisionLevelUhd24 = 0x20,
291 OMX_VIDEO_DolbyVisionLevelUhd30 = 0x40,
292 OMX_VIDEO_DolbyVisionLevelUhd48 = 0x80,
293 OMX_VIDEO_DolbyVisionLevelUhd60 = 0x100,
294 OMX_VIDEO_DolbyVisionLevelmax = 0x7FFFFFFF
295} OMX_VIDEO_DOLBYVISIONLEVELTYPE;
296
Hangyu Kuangdbadc842016-01-28 09:51:14 -0800297/**
298 * Structure for configuring video compression intra refresh period
299 *
300 * STRUCT MEMBERS:
301 * nSize : Size of the structure in bytes
302 * nVersion : OMX specification version information
303 * nPortIndex : Port that this structure applies to
304 * nRefreshPeriod : Intra refreh period in frames. Value 0 means disable intra refresh
305*/
306typedef struct OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE {
307 OMX_U32 nSize;
308 OMX_VERSIONTYPE nVersion;
309 OMX_U32 nPortIndex;
Hangyu Kuang70f744b2016-02-05 14:14:15 -0800310 OMX_U32 nRefreshPeriod;
Hangyu Kuangdbadc842016-01-28 09:51:14 -0800311} OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE;
312
Kunter Gultekin203f89a2013-02-06 18:03:47 +0200313#ifdef __cplusplus
314}
315#endif /* __cplusplus */
316
317#endif /* OMX_VideoExt_h */
318/* File EOF */