hi_img_stream

Description

Defines the image stream information.

Prototype

typedef struct {
    hi_payload_type   type;
    hi_u8 *ATTRIBUTE  addr;
    hi_u32   len;
    hi_u64   pts;
    hi_s32   reserved[2];
} hi_img_stream;

Members

Member

Description

type

Image type.

addr

Start virtual address of an image in memory.

len

Image buffer size, in bytes.

pts

Image timestamp. Reserved.

reserved

Reserved. To ensure compatibility in later versions, use the memset struct for resetting and initialization. Do not explicitly access the reserved field in the code.