Home
last modified time | relevance | path

Searched refs:refresh_length (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_refs.cpp107 RK_U32 refresh_length; member
329 if (p->refresh_length) { in set_frm_refresh_flag()
330 frm->is_i_refresh = ((frm->seq_idx % p->igop) < p->refresh_length) && p->cpb.seq_cnt > 1; in set_frm_refresh_flag()
728 p->refresh_length = len; in mpp_enc_refs_set_refresh_length()
730 p->refresh_length = p->igop; in mpp_enc_refs_set_refresh_length()
810 if (p->refresh_length) { in mpp_enc_refs_get_cpb()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c569 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h265e_proc_cfg()
570 if (cfg->rc.gop < cfg->rc.refresh_length) in h265e_proc_cfg()
571 cfg->rc.refresh_length = cfg->rc.gop; in h265e_proc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c605 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h264e_proc_cfg()
606 if (cfg->rc.gop < cfg->rc.refresh_length) in h264e_proc_cfg()
607 cfg->rc.refresh_length = cfg->rc.gop; in h264e_proc_cfg()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h416 RK_S32 refresh_length; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h416 RK_S32 refresh_length; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1095 mpp_enc_refs_set_refresh_length(enc->refs, enc->cfg.rc.refresh_length); in mpp_enc_proc_cfg()
1269 cfg->refresh_len = rc->refresh_length; in set_rc_cfg()
1529 &enc->cfg.rc.refresh_length, 0); in mpp_enc_add_sw_header()