定义图片码流信息。
typedef struct { hi_payload_type type; hi_u8 *ATTRIBUTE addr; hi_u32 len; hi_u64 pts; hi_s32 reserved[2]; } hi_img_stream;
成员名称 |
描述 |
---|---|
type |
图片类型。 |
addr |
图片在内存中的起始虚拟地址。 |
len |
存放图片的内存大小,单位Byte。 |
pts |
图片时间戳,预留参数。 |
reserved |
预留参数。 |