diff -r 000000000000 -r 0e4a32b9112d tsrc/xmltestharness/xmlclient/inc/omxilsymbianvideographicsinkextensions.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tsrc/xmltestharness/xmlclient/inc/omxilsymbianvideographicsinkextensions.h Wed Aug 25 12:40:50 2010 +0300 @@ -0,0 +1,50 @@ +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + +/** + @file + @internalComponent +*/ + +#ifndef OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H +#define OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H + + +#include + + +/** + * The string that the Symbian's OpenMAX IL Graphic Sink component will + * translate into a 32-bit OpenMAX IL index to support the TSurfaceConfig class + */ +const char sOmxSymbianGfxSurfaceConfig [] = "OMX.SYMBIAN.INDEX.PARAM.VIDEO.GFX.SURFACECONFIG"; + + +/** + * Custom OpenMAX IL structure to be used as a container for an + * TSurfaceConfig class + */ +struct OMX_SYMBIAN_VIDEO_PARAM_SURFACECONFIGURATION + { + OMX_U32 nSize; // Size of this structure, in Bytes + OMX_VERSIONTYPE nVersion; // OMX specification version information + OMX_U32 nPortIndex; // Port that this structure applies to + OMX_PTR pSurfaceConfig; // This is a pointer to TSurfaceConfig class + }; + + +#endif // OMXILSYMBIANVIDEOGRAPHICSINKEXTENSIONS_H