Searched refs:mpg4d_debug (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 30 RK_U32 mpg4d_debug = 0; variable 32 #define mpg4d_dbg(flag, fmt, ...) _mpp_dbg(mpg4d_debug, flag, fmt, ## __VA_ARGS__) 33 #define mpg4d_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpg4d_debug, flag, fmt, ## __VA_ARGS__) 1090 mpp_env_get_u32("mpg4d_debug", &mpg4d_debug, 0); in mpp_mpg4_parser_init() 1264 if (mpg4d_debug & MPG4D_DBG_STARTCODE) { in mpp_mpg4_parser_decode()
|