mwhgrPSYUVimg Structure

Syntax

#include <mw/hgr/hgr.h>

typedef struct {
     s32       xSize ;  /* Image data width (pixels). */
     s32       ySize ;  /* Image data height (pixels). */
     mwhgrYUVColor *pcImg ;  /* Color image data. */
} mwhgrPSYUVimg;

Description

See the corresponding C++ structure, mw::hgr::PSYUVimg.

Member Variables

See the corresponding C++ structure, mw::hgr::PSYUVimg.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL