[hal_enc_task]: Add MppEncRefFrmUsrCfg

There force reference frame user configure is added to encoder task.

Change-Id: I4482a831f988f47913c6e1d0385ccbdd0cd46031
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-07-22 10:54:55 +08:00
parent 6a64cde817
commit 37ba4229ad
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "hal_task_defs.h"
#include "mpp_rc_defs.h"
#include "mpp_enc_refs.h"
#define HAL_ENC_TASK_ERR_INIT 0x00000001
#define HAL_ENC_TASK_ERR_ALLOC 0x00000010
@@ -38,6 +39,9 @@ typedef struct HalEncTask_t {
// rate control data channel
EncRcTask *rc_task;
// cpb reference force config
MppEncRefFrmUsrCfg *frm_cfg;
// current tesk protocol syntax information
MppSyntax syntax;
MppSyntax hal_ret;