hi_vi_frame_dump_attr

Description

Defines the dump attributes of a VI pipe.

Prototype

typedef struct {
    hi_bool         enable;
    hi_u32          depth;
} hi_vi_frame_dump_attr;

Members

Member

Description

enable

Whether to enable dump.

  • HI_FALSE: disabled.
  • HI_TRUE: enabled.

depth

Queue depth of the dumped data. The value cannot exceed the depth value specified in the corresponding pipe attribute.

Value range: [0, 8]