hi_venc_venc_mod_param

Description

Defines the common module parameters of VENC on the device.

Prototype

typedef struct {
    hi_u32 buf_cache;
    hi_u32 frame_buf_recycle;
} hi_venc_venc_mod_param;

Members

Member

Description

buf_cache

Whether a stream can be obtained in cache mode. Reserved. Defaults to 0.

  • 0: The stream buffer cache is disabled.
  • 1: The stream buffer cache is enabled.

frame_buf_recycle

Whether the frame buffer can be recycled. Reserved. Defaults to 0.

  • 0: disabled
  • 1: enabled