TCL-Related Constants

Definition

#include <twl/tcl.h>


enum
{
    TCL_MAX_NUM_NAND_PICTURES =  500 ,

    TCL_MAX_JPEG_SIZE = 200 * 1024 ,

    TCL_JPEG_WIDTH  = 640 ,
    TCL_JPEG_HEIGHT = 480 ,
    TCL_JPEG_DEFAULT_QUALITY  = 80 ,

    TCL_PATH_LEN = 64 ,

    TCL_CONST_END
};
	

Description

TWL defines various constants.

The constants are explained in the following list.

TCL_MAX_NUM_NAND_PICTURESThe maximum number of photos that TCL can manage.
TCL_MAX_JPEG_SIZEThe maximum JPEG size (in bytes) that TCL can manage.
TCL_JPEG_WIDTHThe JPEG image width that TCL can manage.
TCL_JPEG_HEIGHTThe JPEG image height that TCL can manage.
TCL_JPEG_DEFAULT_QUALITYThe quality value recommended by TCL when using the SSP library.
TCL_PATH_LENGuarantees the path length returned by the different path search functions.

See Also

Revision History

2009/03/17 Added TCL_PATH_LEN.
2008/10/07 Initial version.


CONFIDENTIAL