Searched refs:mpi_debug (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpi_impl.h | 24 #define mpi_dbg(flag, fmt, ...) _mpp_dbg(mpi_debug, flag, fmt, ## __VA_ARGS__) 25 #define mpi_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpi_debug, flag, fmt, ## __VA_ARGS__) 40 extern RK_U32 mpi_debug;
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpi.cpp | 31 RK_U32 mpi_debug = 0; variable 414 mpp_env_get_u32("mpi_debug", &mpi_debug, 0); in mpp_create()
|