Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #include "videorenderer.rh"
17 #include "videorenderer.hrh"
19 /** Pixel format supported by video renderer/GCE */
20 RESOURCE SUPPORTED_FORMATS gce_supported_format
26 format = EVideoRendererPixelFormatXRGB_4444;
30 format = EVideoRendererPixelFormatRGB_565;
34 format = EVideoRendererPixelFormatXRGB_8888;
39 /** Timer values for timed mode*/
40 RESOURCE TIMER_INFO timer
42 default_delay = 15000;