Searched refs:check_is_mpp_enc_ref_cfg (Results 1 – 3 of 3) sorted by relevance
73 if (!ref || check_is_mpp_enc_ref_cfg(*ref)) { in mpp_enc_ref_cfg_deinit()88 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_reset()102 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_set_cfg_cnt()139 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_add_lt_cfg()157 if (check_is_mpp_enc_ref_cfg(ref)) { in mpp_enc_ref_cfg_add_st_cfg()177 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_check()345 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_set_keep_cpb()356 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_show()364 if (check_is_mpp_enc_ref_cfg(dst) || check_is_mpp_enc_ref_cfg(src)) in mpp_enc_ref_cfg_copy()413 if (check_is_mpp_enc_ref_cfg(ref)) in mpp_enc_ref_cfg_get_cpb_info()
217 if (NULL == refs || (ref_cfg && check_is_mpp_enc_ref_cfg(ref_cfg))) { in mpp_enc_refs_set_cfg()
63 #define check_is_mpp_enc_ref_cfg(ref) _check_is_mpp_enc_ref_cfg(__FUNCTION__, ref) macro