mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpi]: Add rk_venc_rc.h
1. Add rk_venc_rc.h for rate control definitions. 2. Add drop parameter to set_rc_cfg. Change-Id: Iab27a1505ba187f512815f7ab00cd0ea7f863cb8 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#define __MPP_RC_API_H__
|
||||
|
||||
#include "mpp_err.h"
|
||||
#include "rk_venc_rc.h"
|
||||
#include "mpp_rc_defs.h"
|
||||
|
||||
/*
|
||||
@@ -151,6 +152,10 @@ typedef struct RcCfg_s {
|
||||
*/
|
||||
RK_S32 vbr_hi_prop;
|
||||
RK_S32 vbr_lo_prop;
|
||||
|
||||
MppEncRcDropFrmMode drop_mode;
|
||||
RK_U32 drop_thd;
|
||||
RK_U32 drop_gap;
|
||||
} RcCfg;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user