Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Side by Side Diff: dl/api/omxtypes.h

Issue 2485303002: Make omxtypes.h utf-8 (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_ */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698