Home
last modified time | relevance | path

Searched refs:force_use_lt_idx (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c234 RK_S32 force_use_lt_idx = -1; in h265e_start() local
240 mpp_meta_get_s32(meta, KEY_ENC_USE_LTR, &force_use_lt_idx); in h265e_start()
250 if (force_use_lt_idx >= 0) { in h265e_start()
253 frm_cfg->force_ref_arg = force_use_lt_idx; in h265e_start()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c361 RK_S32 force_use_lt_idx = -1; in h264e_start() local
367 mpp_meta_get_s32(meta, KEY_ENC_USE_LTR, &force_use_lt_idx); in h264e_start()
377 if (force_use_lt_idx >= 0) { in h264e_start()
380 frm_cfg->force_ref_arg = force_use_lt_idx; in h264e_start()