
#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
};
TWL defines various constants.
The constants are explained in the following list.
| TCL_MAX_NUM_NAND_PICTURES | The maximum number of photos that TCL can manage. |
| TCL_MAX_JPEG_SIZE | The maximum JPEG size (in bytes) that TCL can manage. |
| TCL_JPEG_WIDTH | The JPEG image width that TCL can manage. |
| TCL_JPEG_HEIGHT | The JPEG image height that TCL can manage. |
| TCL_JPEG_DEFAULT_QUALITY | The quality value recommended by TCL when using the SSP library. |
| TCL_PATH_LEN | Guarantees the path length returned by the different path search functions. |
2009/03/17 Added TCL_PATH_LEN.
2008/10/07 Initial version.
CONFIDENTIAL