Home
last modified time | relevance | path

Searched refs:max_reenc_times (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c102 rc_cfg->max_reenc_times = 1; in vp8e_init()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c66 …ENTRY(prefix, u32, rk_u32, max_reenc_times, FLAG_INCR, rc, ma…
284 cfg->rc.max_reenc_times = 1; in mpp_enc_cfg_impl_init()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c166 rc_cfg->max_reenc_times = 1; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h316 RK_U32 max_reenc_times; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c181 rc_cfg->max_reenc_times = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md627 | rc:max_reenc_times | U32 | RK_U32 | 表示一帧图像最大重编码次数,默认值为1。在低延时输出…
H A DRockchip_Developer_Guide_MPP_EN.md599 |rc:max_reenc_times|U32|RK_U32|The maximum recoding times of a frame of image.|
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c268 if (cfg->rc.max_reenc_times) { in check_low_delay_output()
270 cfg->rc.max_reenc_times = 0; in check_low_delay_output()
1638 cfg->max_reencode_times = rc->max_reenc_times; in set_rc_cfg()
2777 while (frm->reencode && frm->reencode_times < enc->cfg->rc.max_reenc_times) { in try_proc_normal_task()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c428 rc_cfg->max_reenc_times = 1; in mpi_rc_enc_init()