Searched refs:enc_refs_debug (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 29 #define enc_refs_dbg_func(fmt, ...) _mpp_dbg_f(enc_refs_debug, MPP_ENC_REFS_DBG_FUNC, fmt, ## __VA_… 30 #define enc_refs_dbg_flow(fmt, ...) _mpp_dbg_f(enc_refs_debug, MPP_ENC_REFS_DBG_FLOW, fmt, ## __VA_… 31 #define enc_refs_dbg_frm(fmt, ...) _mpp_dbg(enc_refs_debug, MPP_ENC_REFS_DBG_FRM, fmt, ## __VA_ARG… 32 #define enc_refs_dbg_size(fmt, ...) _mpp_dbg(enc_refs_debug, MPP_ENC_REFS_DBG_SIZE, fmt, ## __VA_AR… 104 RK_U32 enc_refs_debug = 0; variable 182 mpp_env_get_u32("enc_refs_debug", &enc_refs_debug, 0); in mpp_enc_refs_init() 307 if (enc_refs_debug & MPP_ENC_REFS_DBG_FRM) in set_st_cfg_to_frm() 339 if (enc_refs_debug & MPP_ENC_REFS_DBG_FRM) in set_lt_cfg_to_frm() 488 if (enc_refs_debug & MPP_ENC_REFS_DBG_FLOW) in save_cpb_status() 559 if (enc_refs_debug & MPP_ENC_REFS_DBG_FLOW) in store_ref_to_cpb() [all …]
|