imagingandcamerafws/imagingfws/inc/icl/ICL_PropertyUIDS.h
changeset 29 eb1e5d7cc688
parent 0 40261b775718
equal deleted inserted replaced
26:c36d67f77f75 29:eb1e5d7cc688
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    96 Identifier for the auto rotate support property.
    96 Identifier for the auto rotate support property.
    97  @see KUidJPGAutoRotateSupportValue
    97  @see KUidJPGAutoRotateSupportValue
    98 */ 
    98 */ 
    99 const TUid KUidJPGAutoRotateSupport   = {KUidJPGAutoRotateSupportValue};
    99 const TUid KUidJPGAutoRotateSupport   = {KUidJPGAutoRotateSupportValue};
   100 
   100 
       
   101 /** 
       
   102 Identifier for optimised partial decoding support property.
       
   103  @see KUidJPGOptimisedPartialDecodingSupportValue
       
   104 */ 
       
   105 const TUid KUidJPGOptimisedPartialDecodingSupport = {KUidJPGOptimisedPartialDecodingSupportValue};
       
   106 
   101 /**
   107 /**
   102 Identifier for an ICL Extension. This is used in the opaque_data section of an ICL
   108 Identifier for an ICL Extension. This is used in the opaque_data section of an ICL
   103 codec plugin as part of a pair of values "KUidICLExtension <extension_flags_modifier>"
   109 codec plugin as part of a pair of values "KUidICLExtension <extension_flags_modifier>"
   104 where extension_flags_modifier is a bitfield advertising extensions that the codec supports.
   110 where extension_flags_modifier is a bitfield advertising extensions that the codec supports.
   105  @see KICLExtensionUidValue 
   111  @see KICLExtensionUidValue