Home
last modified time | relevance | path

Searched refs:vpu_api_debug (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.h35 #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 Dvpu_api.cpp285 mpp_env_get_u32("vpu_api_debug", &vpu_api_debug, 0); in vpu_open_context()
H A Dvpu_api_legacy.cpp35 RK_U32 vpu_api_debug = 0; variable
911 if (vpu_api_debug & VPU_API_DBG_OUTPUT) { in decode()
1032 if (vpu_api_debug & VPU_API_DBG_OUTPUT) { in decode_getoutframe()