Home
last modified time | relevance | path

Searched refs:MPP_DBG_TIMING (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_debug.h26 #define MPP_DBG_TIMING (0x00000001) macro
/OK3568_Linux_fs/external/mpp/osal/test/
H A Dmpp_thread_test.c158 mpp_debug = MPP_DBG_TIMING; in main()
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_task_test.c215 mpp_debug = MPP_DBG_TIMING; in main()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp57 mpp_dbg(MPP_DBG_TIMING, "%s timing %lld us\n", fmt, diff); in mpp_time_diff()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp614 if (mpp_debug & MPP_DBG_TIMING) { in put_frame()