1 // Copyright (c) 2005-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.
14 // Definition for Image Frame const.
24 #ifndef IMAGEFRAMECONST_HRH
25 #define IMAGEFRAMECONST_HRH
28 Defines the numerical value for KUidOptionConvertFrame.
29 @see KUidOptionConvertFrame
31 #define KOptionConvertFrameUidValue 0x1027376F
34 Defines the numerical value for KUidOptionContinueConvertFrame.
35 @see KUidOptionContinueConvertFrame
37 #define KOptionContinueConvertFrameUidValue 0x102737F6
40 Defines the numerical value for KUidRecommendBufferSize.
41 @see KUidRecommendBufferSize
43 #define KOptionRecommendBufferSizeUidValue 0x10273770
46 Defines the numerical value for KUidIclImageFrameFormat.
47 @see KUidIclImageFrameFormat
49 #define KIclImageFrameFormatUidValue 0x10273755
52 Defines the numerical value for KUidIclImageFrameLayout.
53 @see KUidIclImageFrameLayout
55 #define KIclImageFrameLayoutUidValue 0x10273756
58 Defines the numerical value for KUidColourSpaceYCbCr.
59 @see KUidColourSpaceYCbCr
61 #define KColourSpaceYCbCrUidValue 0x10273781
64 Defines the numerical value for KUidColourSpaceYUV.
65 @see KUidColourSpaceYUV
67 #define KColourSpaceYUVUidValue 0x10273782
70 Defines the numerical value for KUidColourSpaceRGB.
71 @see KUidColourSpaceRGB
73 #define KColourSpaceRGBUidValue 0x10273783
76 Defines the numerical value for KUidSamplingMonochrome.
77 @see KUidSamplingMonochrome
79 #define KSamplingMonochromeUidValue 0x10273784
82 Defines the numerical value for KUidSamplingColor444.
83 @see KUidSamplingColor444
85 #define KSamplingColor444UidValue 0x10273785
88 Defines the numerical value for KUidSamplingColor422.
89 @see KUidSamplingColor422
91 #define KSamplingColor422UidValue 0x10273786
94 Defines the numerical value for KUidSamplingColor420.
95 @see KUidSamplingColor420
97 #define KSamplingColor420UidValue 0x10273787
100 Defines the numerical value for KUidSamplingColor411.
101 @see KUidSamplingColor411
103 #define KSamplingColor411UidValue 0x10273788
105 #endif // IMAGEFRAMECONST_HRH