imagingext_plat/extended_icl_jpeg_api/inc/IclExtJpegApi.h
branchRCL_3
changeset 30 e6e35c6539fa
parent 19 e27d6f36a9e6
equal deleted inserted replaced
21:5020c4419454 30:e6e35c6539fa
    16 */
    16 */
    17 
    17 
    18 #ifndef _ICLEXTJPEGAPI_
    18 #ifndef _ICLEXTJPEGAPI_
    19 #define _ICLEXTJPEGAPI_
    19 #define _ICLEXTJPEGAPI_
    20 
    20 
    21 #include "imageconversion.h"
    21 #include "ImageConversion.h"
    22 #include <icl/icl_uids.hrh>
    22 #include <icl/Icl_UIDS.hrh>
    23 
    23 
    24 #include "iclexifimageframe.h"
    24 #include "ICLExifImageFrame.h"
    25 const TInt KMaxNumberOfPlanes = KMaxPlanesInFrame;
    25 const TInt KMaxNumberOfPlanes = KMaxPlanesInFrame;
    26 const TUid KUidExtFormatJpeg = { 0 };
    26 const TUid KUidExtFormatJpeg = { 0 };
    27 const TUid KUidExtIclApiSupport = { 0 };
    27 const TUid KUidExtIclApiSupport = { 0 };
    28 const TInt KExtensionUID = 0x01010101;
    28 const TInt KExtensionUID = 0x01010101;
    29 
    29