Searched refs:vpu_api_debug (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.h | 35 #define vpu_api_dbg(flag, fmt, ...) _mpp_dbg(vpu_api_debug, flag, fmt, ## __VA_ARGS__) 36 #define vpu_api_dbg_f(flag, fmt, ...) _mpp_dbg_f(vpu_api_debug, flag, fmt, ## __VA_ARGS__) 43 extern RK_U32 vpu_api_debug;
|
| H A D | vpu_api.cpp | 285 mpp_env_get_u32("vpu_api_debug", &vpu_api_debug, 0); in vpu_open_context()
|
| H A D | vpu_api_legacy.cpp | 36 RK_U32 vpu_api_debug = 0; variable 882 if (vpu_api_debug & VPU_API_DBG_OUTPUT) { in decode() 1003 if (vpu_api_debug & VPU_API_DBG_OUTPUT) { in decode_getoutframe()
|