hi_venc_h264_attr
Description
Defines the H.264 encoding attributes.
Prototype
typedef struct {
hi_bool rcn_ref_share_buf_en;
hi_u32 frame_buf_ratio;
} hi_venc_h264_attr;
Members
Member |
Description |
|---|---|
rcn_ref_share_buf_en |
Buffer sharing enable for the reference frame and write-back frame. Reserved. Either 1 (enabled) or 0 (disabled). This is a static attribute. |
frame_buf_ratio |
Frame buffer ratio. After being set, the system compresses the frame buffer based on the ratio. Value range: [70, 100] For example, if frame_buf_ratio is set to 80, the frame buffer size is 80% of the original size.
|
Parent topic: VENC/JPEGE