no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / media / openmax_il / il112 / OMX_IndexExt.h
blobd22df56bd94b7e37af25bee3884495da40a4dbd2
1 /*
2 * Copyright (c) 2010 The Khronos Group Inc.
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.
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.
24 /** @file OMX_IndexExt.h - OpenMax IL version 1.1.2
25 * The OMX_IndexExt header file contains extensions to the definitions
26 * for both applications and components .
29 #ifndef OMX_IndexExt_h
30 #define OMX_IndexExt_h
32 #ifdef __cplusplus
33 extern "C" {
34 #endif /* __cplusplus */
36 /* Each OMX header shall include all required header files to allow the
37 * header to compile without errors. The includes below are required
38 * for this header file to compile successfully
40 #include <OMX_Index.h>
43 /** Khronos standard extension indices.
45 This enum lists the current Khronos extension indices to OpenMAX IL.
47 typedef enum OMX_INDEXEXTTYPE {
49 /* Component parameters and configurations */
50 OMX_IndexExtComponentStartUnused = OMX_IndexKhronosExtensions + 0x00100000,
51 OMX_IndexConfigCallbackRequest, /**< reference: OMX_CONFIG_CALLBACKREQUESTTYPE */
52 OMX_IndexConfigCommitMode, /**< reference: OMX_CONFIG_COMMITMODETYPE */
53 OMX_IndexConfigCommit, /**< reference: OMX_CONFIG_COMMITTYPE */
55 /* Port parameters and configurations */
56 OMX_IndexExtPortStartUnused = OMX_IndexKhronosExtensions + 0x00200000,
58 /* Audio parameters and configurations */
59 OMX_IndexExtAudioStartUnused = OMX_IndexKhronosExtensions + 0x00400000,
61 /* Image parameters and configurations */
62 OMX_IndexExtImageStartUnused = OMX_IndexKhronosExtensions + 0x00500000,
64 /* Video parameters and configurations */
65 OMX_IndexExtVideoStartUnused = OMX_IndexKhronosExtensions + 0x00600000,
66 OMX_IndexParamNalStreamFormatSupported, /**< reference: OMX_NALSTREAMFORMATTYPE */
67 OMX_IndexParamNalStreamFormat, /**< reference: OMX_NALSTREAMFORMATTYPE */
68 OMX_IndexParamNalStreamFormatSelect, /**< reference: OMX_NALSTREAMFORMATTYPE */
69 OMX_IndexParamVideoVp8, /**< reference: OMX_VIDEO_PARAM_VP8TYPE */
70 OMX_IndexConfigVideoVp8ReferenceFrame, /**< reference: OMX_VIDEO_VP8REFERENCEFRAMETYPE */
71 OMX_IndexConfigVideoVp8ReferenceFrameType, /**< reference: OMX_VIDEO_VP8REFERENCEFRAMEINFOTYPE */
73 /* Image & Video common configurations */
74 OMX_IndexExtCommonStartUnused = OMX_IndexKhronosExtensions + 0x00700000,
76 /* Other configurations */
77 OMX_IndexExtOtherStartUnused = OMX_IndexKhronosExtensions + 0x00800000,
79 /* Time configurations */
80 OMX_IndexExtTimeStartUnused = OMX_IndexKhronosExtensions + 0x00900000,
82 OMX_IndexExtMax = 0x7FFFFFFF
83 } OMX_INDEXEXTTYPE;
85 #ifdef __cplusplus
87 #endif /* __cplusplus */
89 #endif /* OMX_IndexExt_h */
90 /* File EOF */