Searched refs:enc_refs_debug (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_refs.cpp | 40 #define enc_refs_dbg_func(fmt, ...) _mpp_dbg_f(enc_refs_debug, MPP_ENC_REFS_DBG_FUNC, fmt, ## __VA_… 41 #define enc_refs_dbg_flow(fmt, ...) _mpp_dbg_f(enc_refs_debug, MPP_ENC_REFS_DBG_FLOW, fmt, ## __VA_… 42 #define enc_refs_dbg_frm(fmt, ...) _mpp_dbg(enc_refs_debug, MPP_ENC_REFS_DBG_FRM, fmt, ## __VA_ARG… 43 #define enc_refs_dbg_size(fmt, ...) _mpp_dbg(enc_refs_debug, MPP_ENC_REFS_DBG_SIZE, fmt, ## __VA_AR… 115 RK_U32 enc_refs_debug = 0; variable 193 mpp_env_get_u32("enc_refs_debug", &enc_refs_debug, 0); in mpp_enc_refs_init() 318 if (enc_refs_debug & MPP_ENC_REFS_DBG_FRM) in set_st_cfg_to_frm() 350 if (enc_refs_debug & MPP_ENC_REFS_DBG_FRM) in set_lt_cfg_to_frm() 498 if (enc_refs_debug & MPP_ENC_REFS_DBG_FLOW) in save_cpb_status() 569 if (enc_refs_debug & MPP_ENC_REFS_DBG_FLOW) in store_ref_to_cpb() [all …]
|