1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
6<title>THPImageStatus</title>
7</head>
8
9<body>
10
11<h1>THPImageStatus</h1>
12
13<h2>C Specification</h2>
14
15<dl>
16<dd><pre><code>#include &lt;win32/thpcore.h&gt;</code></pre></dd>
17<dd><pre><code>typedef struct
18{
19u32     xSize;
20u32     ySize;
21u32     h[3];
22u32     v[3];
23u32     imageSize;
24} THPImageStatus;</code></pre></dd>
25</dl>
26
27<h2>Description</h2>
28<p>
29This structure stores information about THP video data.
30</p>
31<p>
32<CODE>xSize</CODE> and <CODE>ySize</CODE> store the number of pixels in the horizontal and vertical directions, respectively. <code>h</code> and <code>v</code> store the sub-sampling factors for the horizontal and vertical directions. <code>imageSize</code> stores the size of the THP video data.
33</p>
34<p>
35This structure is set by the <A href="THPConvertJPEG2THP.html"><code>THPConvertJPEG2THP</code></A> function.
36</p>
37
38<h2>See Also</h2>
39<p>
40<A href="THPConvertJPEG2THP.html"><code>THPConvertJPEG2THP</code></A>
41</p>
42
43<h2>Revision History</h2>
44<P>03/01/2006 Initial version.</P>
45</body>
46</html>