epoc32/include/imageframeformats.hrh
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/imageframeformats.hrh	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,116 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// 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
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Definition for Image Frame packaging formats.
    1.18 +// Desribes the relation to CCamera::Format and FOURCC codes.
    1.19 +// 
    1.20 +//
    1.21 +
    1.22 +
    1.23 +
    1.24 +/**
    1.25 + @file
    1.26 + @publishedAll
    1.27 + @released
    1.28 +*/
    1.29 +
    1.30 +
    1.31 +#ifndef IMAGEFRAMEFORMATS_HRH
    1.32 +#define IMAGEFRAMEFORMATS_HRH
    1.33 +
    1.34 +/** 
    1.35 +Defines the numerical value for KUidFormatYUVMonochrome.
    1.36 + @see KUidFormatYUVMonochrome
    1.37 +*/
    1.38 +#define KFormatYUVMonochromeUidValue		0x10273763
    1.39 +
    1.40 +/** 
    1.41 +Defines the numerical value for KUidFormat16bitRGB444Interleaved.
    1.42 + @see KUidFormat16bitRGB444Interleaved
    1.43 +*/
    1.44 +#define KFormat16bitRGB444InterleavedUidValue		0x10273764		
    1.45 +
    1.46 +/** 
    1.47 +Defines the numerical value for KUidFormat16BitRGB565Interleaved.
    1.48 + @see KUidFormat16BitRGB565Interleaved
    1.49 +*/
    1.50 +#define KFormat16BitRGB565InterleavedUidValue		0x10273765		
    1.51 +
    1.52 +/** 
    1.53 +Defines the numerical value for KUidFormat32BitRGB888Interleaved.
    1.54 + @see KUidFormat32BitRGB888Interleaved
    1.55 +*/
    1.56 +#define KFormat32BitRGB888InterleavedUidValue		0x10273766		
    1.57 +		
    1.58 +/** 
    1.59 +Defines the numerical value for KUidFormatYUV420Interleaved.
    1.60 + @see KUidFormatYUV420Interleaved
    1.61 +*/
    1.62 +#define KFormatYUV420InterleavedUidValue 		0x10273767
    1.63 +
    1.64 +/** 
    1.65 +Defines the numerical value for KUidFormatYUV420Planar.
    1.66 + @see KUidFormatYUV420Planar
    1.67 +*/
    1.68 +#define KFormatYUV420PlanarUidValue			0x10273768
    1.69 +
    1.70 +/** 
    1.71 +Defines the numerical value for KUidFormatYUV422Interleaved.
    1.72 + @see KUidFormatYUV422Interleaved
    1.73 +*/
    1.74 +#define KFormatYUV422InterleavedUidValue		0x10273769
    1.75 +
    1.76 +/** 
    1.77 +Defines the numerical value for KUidFormatYUV422InterleavedReversed.
    1.78 + @see KUidFormatYUV422InterleavedReversed
    1.79 +*/
    1.80 +#define KFormatYUV422InterleavedReversedUidValue	0x1027376A
    1.81 +
    1.82 +/** 
    1.83 +Defines the numerical value for KUidFormatYYUV422Interleaved.
    1.84 + @see KUidFormatYYUV422Interleaved
    1.85 +*/
    1.86 +#define KFormatYYUV422InterleavedUidValue	0x102737D9
    1.87 +
    1.88 +/** 
    1.89 +Defines the numerical value for KUidFormatYUV422Planar.
    1.90 + @see KUidFormatYUV422Planar
    1.91 +*/
    1.92 +#define KFormatYUV422PlanarUidValue	0x102737DA
    1.93 +
    1.94 +/** 
    1.95 +Defines the numerical value for KUidFormatYUV444Planar.
    1.96 + @see KUidFormatYUV444Planar
    1.97 +*/
    1.98 +#define KFormatYUV444PlanarUidValue		0x102737DB
    1.99 +
   1.100 +/** 
   1.101 +Defines the numerical value for KUidFormatYUV444Interleaved.
   1.102 + @see KUidFormatYUV444Interleaved
   1.103 +*/
   1.104 +#define KFormatYUV444InterleavedUidValue		0x1027376B
   1.105 +
   1.106 +/** 
   1.107 +Defines the numerical value for KUidFormatYUV420SemiPlanar.
   1.108 + @see KUidFormatYUV420SemiPlanar
   1.109 +*/
   1.110 +#define KFormatYUV420SemiPlanarUidValue	  		0x1027376C  	
   1.111 +
   1.112 +/** 
   1.113 +Defines the numerical value for KUidFormatYUV420PlanarReversed.
   1.114 + @see KUidFormatYUV420PlanarReversed
   1.115 +*/
   1.116 +#define KFormatYUV420PlanarReversedUidValue 		0x1027376D
   1.117 +
   1.118 +
   1.119 +#endif // IMAGEFRAMEFORMATS_HRH