Searched refs:mpp_stopwatch_record (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_time.h | 91 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp.c | 762 mpp_stopwatch_record(stopwatch, NULL); in mpp_put_frame() 763 mpp_stopwatch_record(stopwatch, "put frame start"); in mpp_put_frame() 766 mpp_stopwatch_record(stopwatch, "input port user poll"); in mpp_put_frame() 776 mpp_stopwatch_record(stopwatch, "input port user dequeue"); in mpp_put_frame() 821 mpp_stopwatch_record(stopwatch, "input port user enqueue"); in mpp_put_frame() 830 mpp_stopwatch_record(stopwatch, "input port user poll"); in mpp_put_frame() 839 mpp_stopwatch_record(stopwatch, "input port user dequeue"); in mpp_put_frame() 855 mpp_stopwatch_record(stopwatch, "put_frame finish"); in mpp_put_frame()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 2146 mpp_stopwatch_record(hal_task->stopwatch, "encode hal start"); in mpp_enc_normal() 2153 mpp_stopwatch_record(hal_task->stopwatch, "encode hal finish"); in mpp_enc_normal() 2297 mpp_stopwatch_record(hal_task->stopwatch, "encode task done"); in mpp_enc_terminate_task() 2384 mpp_stopwatch_record(stopwatch, "encode task start"); in try_get_enc_task() 2387 mpp_stopwatch_record(stopwatch, "invalid on check frm pkt"); in try_get_enc_task() 2427 mpp_stopwatch_record(stopwatch, "invalid on frame rate drop"); in try_get_enc_task() 2812 mpp_stopwatch_record(hal_task->stopwatch, "encode task done"); in try_proc_normal_task() 2966 mpp_stopwatch_record(hal_task->stopwatch, "encode task done"); in async_task_terminate() 2988 mpp_stopwatch_record(stopwatch, "encode task terminate"); in async_task_terminate() 3025 mpp_stopwatch_record(stopwatch, "skip task start"); in async_task_skip() [all …]
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_time.c | 480 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event) in mpp_stopwatch_record() function
|