Searched refs:h263d_debug (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 28 RK_U32 h263d_debug = 0; variable 30 #define h263d_dbg(flag, fmt, ...) _mpp_dbg(h263d_debug, flag, fmt, ## __VA_ARGS__) 31 #define h263d_dbg_f(flag, fmt, ...) _mpp_dbg_f(h263d_debug, flag, fmt, ## __VA_ARGS__) 241 mpp_env_get_u32("h263d_debug", &h263d_debug, 0); in mpp_h263_parser_init()
|