typedef struct{
u16 width; /* Restored image width */
u16 height; /* Restored image height */
u32 texBufferSize; /* Texture output size */
} TMCCJPEGJpegSize;
This structure has JPEG size information parameters.
Used in arguments to the TMCCJPEGDecGetSize and TMCCJPEGDecGetSizeEx functions.
The width and height member variables are the width and height of a JPEG image. These differ from the size of texture data.
The texBufferSize member variable is the size of a JPEG decoder's texture output data.
This will be the work memory allocated when the TMCCJPEGDecDecode and TMCCJPEGDecDecodeEx decoding functions are called.
TMCCJPEGDecGetSizeTMCCJPEGDecGetSizeExTMCCJPEGDecDecodeTMCCJPEGDecDecodeEx
2008/03/11 Changed the type for the width, height, and texBufferSize member variables.
2007/02/02 Initial version.
CONFIDENTIAL