Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c327 RK_S32 cpb_max_tid = cpb_info->max_st_tid; in h265e_proc_hal() local
330 if (cpb_max_tid != cfg_max_tid) { in h265e_proc_hal()
332 cfg_max_tid, cpb_max_tid); in h265e_proc_hal()
333 h265->max_tid = cpb_max_tid; in h265e_proc_hal()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c513 RK_S32 cpb_max_tid = cpb_info->max_st_tid; in h264e_proc_hal() local
516 if (cpb_max_tid != cfg_max_tid) { in h264e_proc_hal()
518 cfg_max_tid, cpb_max_tid); in h264e_proc_hal()
519 h264->max_tid = cpb_max_tid; in h264e_proc_hal()