
#include <twl/tcl.h>
u32 TCL_GetJpegEncoderBufferSize( u32 option );
| option | Option passed to SSP_GetJpegEncoderFastBufferSize. |
Return value for SSP_GetJpegEncoderFastBufferSize.
Returns the JPEG encoding work buffer size when calling the TCL_EncodeAndWritePicture(Ex) functions.
SSP_JPEG_THUMBNAIL is automatically added to the option passed here.
The option passed to this function and the option passed to the TCL_EncodeAndWritePicture(Ex) functions should be the same.
2009/06/29 Changed the SSP function that is called.
2009/04/30 Changed the SSP function that is called.
2008/12/05 Initial version.
CONFIDENTIAL