Searched refs:mpp_time_diff (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_task_test.c | 226 mpp_time_diff(time_start, time_end, 0, "3 thread test"); in main() 235 mpp_time_diff(time_start, time_end, 0, "2 thread test"); in main() 241 mpp_time_diff(time_start, time_end, 0, "1 thread test"); in main()
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_thread_test.c | 154 mpp_time_diff(time_start, time_end, 0, "lock unlock test"); in main() 173 mpp_time_diff(time_start, time_end, 0, "lock and signal test"); in main()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_time.h | 24 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt);
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_time.c | 28 void mpp_time_diff(rk_s64 start, rk_s64 end, rk_s64 limit, const char *fmt) in mpp_time_diff() function
|