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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Definition for Image Frame const.
26 #ifndef IMAGEFRAMECONST_HRH
27 #define IMAGEFRAMECONST_HRH
30 Defines the numerical value for KUidOptionConvertFrame.
31 @see KUidOptionConvertFrame
33 #define KOptionConvertFrameUidValue 0x1027376F
36 Defines the numerical value for KUidOptionContinueConvertFrame.
37 @see KUidOptionContinueConvertFrame
39 #define KOptionContinueConvertFrameUidValue 0x102737F6
42 Defines the numerical value for KUidRecommendBufferSize.
43 @see KUidRecommendBufferSize
45 #define KOptionRecommendBufferSizeUidValue 0x10273770
48 Defines the numerical value for KUidIclImageFrameFormat.
49 @see KUidIclImageFrameFormat
51 #define KIclImageFrameFormatUidValue 0x10273755
54 Defines the numerical value for KUidIclImageFrameLayout.
55 @see KUidIclImageFrameLayout
57 #define KIclImageFrameLayoutUidValue 0x10273756
60 Defines the numerical value for KUidColourSpaceYCbCr.
61 @see KUidColourSpaceYCbCr
63 #define KColourSpaceYCbCrUidValue 0x10273781
66 Defines the numerical value for KUidColourSpaceYUV.
67 @see KUidColourSpaceYUV
69 #define KColourSpaceYUVUidValue 0x10273782
72 Defines the numerical value for KUidColourSpaceRGB.
73 @see KUidColourSpaceRGB
75 #define KColourSpaceRGBUidValue 0x10273783
78 Defines the numerical value for KUidSamplingMonochrome.
79 @see KUidSamplingMonochrome
81 #define KSamplingMonochromeUidValue 0x10273784
84 Defines the numerical value for KUidSamplingColor444.
85 @see KUidSamplingColor444
87 #define KSamplingColor444UidValue 0x10273785
90 Defines the numerical value for KUidSamplingColor422.
91 @see KUidSamplingColor422
93 #define KSamplingColor422UidValue 0x10273786
96 Defines the numerical value for KUidSamplingColor420.
97 @see KUidSamplingColor420
99 #define KSamplingColor420UidValue 0x10273787
102 Defines the numerical value for KUidSamplingColor411.
103 @see KUidSamplingColor411
105 #define KSamplingColor411UidValue 0x10273788
107 #endif // IMAGEFRAMECONST_HRH