1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=utf-8">
6<META http-equiv="Content-Style-Type" content="text/css">
7<title>TMCCJPEGJpegSize</title>
8<LINK rel="stylesheet" href="../../CSS/revolution.css" type="text/css">
9</head>
10
11<body>
12
13<h1 align="left">TMCCJPEGJpegSize</h1>
14<h2>Definitions</h2>
15
16<dl>
17  <dd>
18<PRE>
19typedef struct{
20    u16 width;          /* Restored image width */
21    u16  height;        /* Restored image height */
22    u32 texBufferSize;  /* Texture output size */
23} TMCCJPEGJpegSize;
24</PRE></dd>
25</dl>
26<H2>Description</H2>
27<P>This structure has JPEG size information parameters.<br>Used in arguments to the <A href="TMCCJPEGDecGetSize.html"><CODE>TMCCJPEGDecGetSize</CODE></A> and <A href="TMCCJPEGDecGetSizeEx.html"><CODE>TMCCJPEGDecGetSizeEx</CODE></A> functions.<br>The <CODE>width</CODE> and <CODE>height</CODE> member variables are the width and height of a JPEG image. These differ from the size of texture data.<br>The <CODE>texBufferSize</CODE> member variable is the size of a JPEG decoder's texture output data.<br>This will be the work memory allocated when the <A href="TMCCJPEGDecDecode.html"><CODE>TMCCJPEGDecDecode</CODE></A> and <A href="TMCCJPEGDecDecodeEx.html"><CODE>TMCCJPEGDecDecodeEx</CODE></A> decoding functions are called.
28
29
30
31</P>
32
33<h2>See Also</h2>
34<P>
35<A href="TMCCJPEGDecGetSize.html"><CODE>TMCCJPEGDecGetSize</CODE></A><BR><A href="TMCCJPEGDecGetSizeEx.html"><CODE>TMCCJPEGDecGetSizeEx</CODE></A><BR><A href="TMCCJPEGDecDecode.html"><CODE>TMCCJPEGDecDecode</CODE></A><BR><A href="TMCCJPEGDecDecodeEx.html"><CODE>TMCCJPEGDecDecodeEx</CODE></A>
36</P>
37<H2>Revision History</H2>
38<P>
392008/03/11 Changed the type for the <I>width</I>, <I>height</I>, and <I>texBufferSize</I> member variables.<BR> 2007/02/02 Initial version.</P>
40<hr><p>CONFIDENTIAL</p></body>
41</html>
42