OpenMAXBellagio  0.9.3
OMX_Index.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2008 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 
30 #ifndef OMX_Index_h
31 #define OMX_Index_h
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif /* __cplusplus */
36 
37 
38 /* Each OMX header must include all required header files to allow the
39  * header to compile without errors. The includes below are required
40  * for this header file to compile successfully
41  */
42 #include <OMX_Types.h>
43 
44 
60 typedef enum OMX_INDEXTYPE {
61 
91 
92  /* Audio parameters and configurations */
143  /* Image specific parameters and configurations */
153  /* Video specific parameters and configurations */
182  /* Image & Video common Configurations */
219  /* Reserved Configuration range */
226  /* Reserved Time range */
242  /* Vendor specific area */
244  /* Vendor specific structures should be in the range of 0x7F000000
245  to 0x7FFFFFFE. This range is not broken out by vendor, so
246  private indexes are not guaranteed unique and therefore should
247  only be sent to the appropriate component. */
248 
249  OMX_IndexMax = 0x7FFFFFFF
250 
251 } OMX_INDEXTYPE;
252 
253 #ifdef __cplusplus
254 }
255 #endif /* __cplusplus */
256 
257 #endif
258 /* File EOF */

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo