mwqrdImageInfo Structure

Header file: mw/qrd/qrd.h

Syntax

struct mwqrdImageInfo
{
    u16 width;
    u16 height;
    u32* yuv422Data;
    mwqrdRect qrPosition;
} mwqrdImageInfo;

Description

The C structure representing the image information contained in the QR Code.

See the corresponding mw::qrd::ImageInfo .

Member Variables

width
height
yuv422Data
qrPosition

Revision History

2010/06/24
Initial version.

CONFIDENTIAL