开发者
下载

hi_venc_gop_bipred_b

说明

定义编码B帧GOP属性结构体,暂不支持。

定义

typedef struct {
    hi_u32 b_frame_num;  // RW; Range:[1, 3]; Number of B frames
    hi_s32 b_qp_delta;       // RW; Range:[-10, 30]; QP variance between P frame and B frame
    hi_s32 ip_qp_delta;      // RW; Range:[-10, 30]; QP variance between P frame and I frame
} hi_venc_gop_bipred_b;

hi_u32、hi_s32基础数据类型定义请参见基本数据类型说明