mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
fix[mpp]: Add atf set, atf value 0~3
Signed-off-by: toby.zhang <toby.zhang@rock-chips.com> Change-Id: I5c92e73b4e79d63871290f84460a882d5741d35c
This commit is contained in:
@@ -617,6 +617,7 @@ MPP_RET test_mpp_enc_cfg_setup(MpiEncMultiCtxInfo *info)
|
||||
|
||||
/* setup fine tuning paramters */
|
||||
mpp_enc_cfg_set_s32(cfg, "tune:anti_flicker_str", p->anti_flicker_str);
|
||||
mpp_enc_cfg_set_s32(cfg, "tune:atf_str", cmd->atf_str);
|
||||
mpp_enc_cfg_set_s32(cfg, "tune:atr_str_i", p->atr_str_i);
|
||||
mpp_enc_cfg_set_s32(cfg, "tune:atr_str_p", p->atr_str_p);
|
||||
mpp_enc_cfg_set_s32(cfg, "tune:atl_str", p->atl_str);
|
||||
|
Reference in New Issue
Block a user