OLD | NEW |
1 /** | 1 /** |
2 * File: omxtypes.h | 2 * File: omxtypes.h |
3 * Brief: Defines basic Data types used in OpenMAX v1.0.2 header files. | 3 * Brief: Defines basic Data types used in OpenMAX v1.0.2 header files. |
4 * | 4 * |
5 * Copyright © 2005-2008 The Khronos Group Inc. All Rights Reserved. | 5 * Copyright © 2005-2008 The Khronos Group Inc. All Rights Reserved. |
6 * | 6 * |
7 * These materials are protected by copyright laws and contain material | 7 * These materials are protected by copyright laws and contain material |
8 * proprietary to the Khronos Group, Inc. You may use these materials | 8 * proprietary to the Khronos Group, Inc. You may use these materials |
9 * for implementing Khronos specifications, without altering or removing | 9 * for implementing Khronos specifications, without altering or removing |
10 * any trademark, copyright or other notice from the specification. | 10 * any trademark, copyright or other notice from the specification. |
11 * | 11 * |
12 * Khronos Group makes no, and expressly disclaims any, representations | 12 * Khronos Group makes no, and expressly disclaims any, representations |
13 * or warranties, express or implied, regarding these materials, including, | 13 * or warranties, express or implied, regarding these materials, including, |
14 * without limitation, any implied warranties of merchantability or fitness | 14 * without limitation, any implied warranties of merchantability or fitness |
15 * for a particular purpose or non-infringement of any intellectual property. | 15 * for a particular purpose or non-infringement of any intellectual property. |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 { | 275 { |
276 OMX_INT width; /** Width of the rectangle, in the x-direction */ | 276 OMX_INT width; /** Width of the rectangle, in the x-direction */ |
277 OMX_INT height; /** Height of the rectangle, in the y-direction */ | 277 OMX_INT height; /** Height of the rectangle, in the y-direction */ |
278 | 278 |
279 } OMXSize; | 279 } OMXSize; |
280 | 280 |
281 #ifdef __cplusplus | 281 #ifdef __cplusplus |
282 } | 282 } |
283 #endif | 283 #endif |
284 #endif /* _OMXTYPES_H_ */ | 284 #endif /* _OMXTYPES_H_ */ |
OLD | NEW |