mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-28 11:21:45 +08:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user