omxil/video/omxilgraphicsink/inc/extensions/omxilsymbianvideographicsinkextensions.h
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 /** |
|
19 @file |
|
20 @internalComponent |
|
21 */ |
|
22 |
|
23 #ifndef OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H |
|
24 #define OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H |
|
25 |
|
26 |
|
27 #include <platform/openmax/il/khronos/v1_x/OMX_Types.h> |
|
28 |
|
29 |
|
30 /** |
|
31 * The string that the Symbian's OpenMAX IL Graphic Sink component will |
|
32 * translate into a 32-bit OpenMAX IL index to support the TSurfaceConfig class |
|
33 */ |
|
34 const char sOmxSymbianGfxSurfaceConfig [] = "OMX.SYMBIAN.INDEX.PARAM.VIDEO.GFX.SURFACECONFIG"; |
|
35 |
|
36 |
|
37 /** |
|
38 * Custom OpenMAX IL structure to be used as a container for an |
|
39 * TSurfaceConfig class |
|
40 */ |
|
41 struct OMX_SYMBIAN_VIDEO_PARAM_SURFACECONFIGURATION |
|
42 { |
|
43 OMX_U32 nSize; // Size of this structure, in Bytes |
|
44 OMX_VERSIONTYPE nVersion; // OMX specification version information |
|
45 OMX_U32 nPortIndex; // Port that this structure applies to |
|
46 OMX_PTR pSurfaceConfig; // This is a pointer to TSurfaceConfig class |
|
47 }; |
|
48 |
|
49 |
|
50 #endif // OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H |