Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c237 RK_S32 force_tid = -1; in h265e_start() local
243 mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &force_tid); in h265e_start()
256 if (force_tid >= 0) { in h265e_start()
258 frm_cfg->force_temporal_id = force_tid; in h265e_start()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c364 RK_S32 force_tid = -1; in h264e_start() local
370 mpp_meta_get_s32(meta, KEY_TEMPORAL_ID, &force_tid); in h264e_start()
383 if (force_tid >= 0) { in h264e_start()
385 frm_cfg->force_temporal_id = force_tid; in h264e_start()