imagehandlingutilities/thumbnailmanager/inc/thumbnailmanagerconstants.h
branchRCL_3
changeset 8 7403edfcf0fb
parent 7 2eb74cf6572e
child 10 ee674526fac5
equal deleted inserted replaced
7:2eb74cf6572e 8:7403edfcf0fb
    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