Home
last modified time | relevance | path

Searched refs:max_st_tid (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_ref.cpp188 RK_S32 max_st_tid = 0; in mpp_enc_ref_cfg_check() local
301 if (temporal_id > max_st_tid) in mpp_enc_ref_cfg_check()
302 max_st_tid = temporal_id; in mpp_enc_ref_cfg_check()
318 cpb_info->max_st_tid = max_st_tid; in mpp_enc_ref_cfg_check()
H A Dmpp_enc_refs.cpp152 info->max_lt_idx, info->max_st_tid); in _dump_cpb()
271 info->max_lt_idx, info->max_st_tid); in mpp_enc_refs_set_cfg()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_enc_ref.h31 RK_S32 max_st_tid; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c307 } else if (cpb_info->max_st_tid) { in h265e_set_sps()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c783 RK_S32 cpb_max_tid = cpb_info->max_st_tid; in h264e_proc_hal()