imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerconstants.h
changeset 15 7197e789b953
parent 14 2edacbf5d3f9
child 17 ffa62e555b02
equal deleted inserted replaced
14:2edacbf5d3f9 15:7197e789b953
    79 const TInt KAutoFlushTimeout = 65; //65 sec
    79 const TInt KAutoFlushTimeout = 65; //65 sec
    80 
    80 
    81 // minimum background generation idle time seconds
    81 // minimum background generation idle time seconds
    82 const TInt KBackgroundGenerationIdle = 60;
    82 const TInt KBackgroundGenerationIdle = 60;
    83 // minimum store maintenance idle time seconds
    83 // minimum store maintenance idle time seconds
    84 const TInt KStoreMaintenanceIdle = 300; // 5 min
    84 const TInt KStoreMaintenanceIdle = 65; // 65 sec
    85 // interval for store maintenance rounds
    85 // interval for store maintenance rounds
    86 const TInt KStoreMaintenancePeriodic = 100000; //100 ms
    86 const TInt KStoreMaintenancePeriodic = 100000; //100 ms
    87 
    87 
    88 // maximum number of rows deleted in one transaction
    88 // maximum number of rows deleted in one transaction
    89 const TInt KStoreMaintenanceDeleteLimit = 10;
    89 const TInt KStoreMaintenanceDeleteLimit = 10;
    90 // maximum number of thumbs checked for source file existance
    90 // maximum number of thumbs checked for source file existance
    91 const TInt KStoreMaintenanceExistLimit = 50;
    91 const TInt KStoreMaintenanceExistLimit = 50;
    92 
    92 
    93 // video decoder timeout
    93 // video decoder timeout
    94 const TInt KVideoDecoderTimeout = 5000000; // 5 seconds
    94 const TInt KVideoDecoderTimeout = 12000000; // 12 seconds
    95 
    95 
    96 const TDisplayMode KThumbnailDefaultDisplayMode = EColor64K;
    96 const TDisplayMode KThumbnailDefaultDisplayMode = EColor64K;
    97 
    97 
    98 //default displaymode (bpp - bits per pixel) for TNs in DB
    98 //default displaymode (bpp - bits per pixel) for TNs in DB
    99 //this makes possible to provide all colour depths up to 16M aka 24 -bit full colour
    99 //this makes possible to provide all colour depths up to 16M aka 24 -bit full colour