camerauis/cameraxui/cxengine/src/cxefilenamegeneratorsymbian.cpp
changeset 40 2922f70fca82
parent 19 d9aefe59d544
child 42 feebad15db8c
child 48 42ba2d16bf40
equal deleted inserted replaced
39:c5025ea871a1 40:2922f70fca82
    46 const char CHAR_OFFSET = 'A';
    46 const char CHAR_OFFSET = 'A';
    47 const char DIGIT_OFFSET = '0';
    47 const char DIGIT_OFFSET = '0';
    48 const char MAX_CHAR = 'Z';
    48 const char MAX_CHAR = 'Z';
    49 
    49 
    50 const TInt64 KMinRequiredSpaceImage = 2000000;
    50 const TInt64 KMinRequiredSpaceImage = 2000000;
    51 const TInt64 KMinRequiredSpaceVideo = 4000000;
    51 
       
    52 // Whether there's enough space for video or not is handled lower in the SW stack
       
    53 // so this is set to 0 to fix an error
       
    54 const TInt64 KMinRequiredSpaceVideo = 0;
    52 
    55 
    53 
    56 
    54 
    57 
    55 // ===========================================================================
    58 // ===========================================================================
    56 // Local functions
    59 // Local functions