imagingext_plat/extended_icl_jpeg_api/inc/IclExtJpegApi.h
changeset 24 d8e463b04c5c
parent 0 469c91dae73b
child 30 e6e35c6539fa
equal deleted inserted replaced
12:c562ea23d3d1 24:d8e463b04c5c
    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