hi_pngd_chn_attr

Description

Defines the PNGD channel attributes.

Prototype

typedef struct {
    hi_u32   stream_que_cnt;
    hi_u64   reserved[4];
 } hi_pngd_chn_attr;

Members

Member

Description

stream_que_cnt

Count of PNGD image cache queues. 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.