Home
last modified time | relevance | path

Searched refs:h265d_debug (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h45 extern RK_U32 h265d_debug;
58 #define h265d_dbg(flag, fmt, ...) _mpp_dbg(h265d_debug, flag, fmt, ## __VA_ARGS__)
H A Dh265d_parser.c43 RK_U32 h265d_debug; variable
2224 mpp_env_get_u32("h265d_debug", &h265d_debug, 0); in h265d_init()