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=windows-1252"> 6<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 7<title>THPImageStatus</title> 8</head> 9 10<body> 11 12<h1>THPImageStatus</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <win32/thpcore.h> 17 18typedef struct 19{ 20 u32 xSize; 21 u32 ySize; 22 u32 h[3]; 23 u32 v[3]; 24 u32 imageSize; 25} THPImageStatus; 26</pre></dd></dl> 27 28<h2>Description</h2> 29<p> 30The <code>THPImageStatus</code> structure stores information about THP video data. 31</p> 32<p> 33<SPAN class="argument">xSize</SPAN> and <SPAN class="argument">ySize</SPAN> store the number of pixels in the horizontal and vertical directions, respectively. <SPAN class="argument">h</SPAN> and <SPAN class="argument">v</SPAN> store the sub-sampling factors for the horizontal and vertical directions. <SPAN class="argument">imageSize</SPAN> stores the size of the THP video data. 34</p> 35<p> 36The <code>THPImageStatus</code> structure is set by the <A href="THPConvertJPEG2THP.html"><code>THPConvertJPEG2THP</code></A> function. 37</p> 38 39<h2>See Also</h2> 40<p class="reference"> 41<A href="THPConvertJPEG2THP.html">THPConvertJPEG2THP</A> 42</p> 43 44<h2>Revision History</h2> 45<P>2006/03/01 Initial version.<br> 46</P> 47 48<hr><p>CONFIDENTIAL</p></body> 49</html>