Home
last modified time | relevance | path

Searched refs:check_is_mpp_enc_ref_cfg (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_ref.c60 if (!ref || check_is_mpp_enc_ref_cfg(*ref)) { in mpp_enc_ref_cfg_deinit()
75 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_reset()
89 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_set_cfg_cnt()
126 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_add_lt_cfg()
144 if (check_is_mpp_enc_ref_cfg(ref)) { in mpp_enc_ref_cfg_add_st_cfg()
164 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_check()
332 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_set_keep_cpb()
343 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_show()
351 if (check_is_mpp_enc_ref_cfg(dst) || check_is_mpp_enc_ref_cfg(src)) in mpp_enc_ref_cfg_copy()
400 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_get_cpb_info()
H A Dmpp_enc_refs.c206 if (NULL == refs || (ref_cfg && check_is_mpp_enc_ref_cfg(ref_cfg))) { in mpp_enc_refs_set_cfg()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_enc_ref.h64 #define check_is_mpp_enc_ref_cfg(ref) _check_is_mpp_enc_ref_cfg(__FUNCTION__, ref) macro