#include <win32/thpcore.h>
typedef struct
{
u32 xSize;
u32 ySize;
u32 h[3];
u32 v[3];
u32 imageSize;
} THPImageStatus;
The THPImageStatus structure stores information about THP video data.
xSize and ySize store the number of pixels in the horizontal and vertical directions, respectively. h and v store the sub-sampling factors for the horizontal and vertical directions. imageSize stores the size of the THP video data.
The THPImageStatus structure is set by the THPConvertJPEG2THP function.
2006/03/01 Initial version.
CONFIDENTIAL