Searched refs:MppStopwatch (Results 1 – 7 of 7) sorted by relevance
34 typedef void* MppStopwatch; typedef106 MppStopwatch mpp_stopwatch_get(const char *name);107 void mpp_stopwatch_set_show_on_exit(MppStopwatch stopwatch, RK_S32 show_on_exit);108 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);109 void mpp_stopwatch_put(MppStopwatch timer);110 RK_S64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch);
166 MppStopwatch stopwatch;215 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame);
473 MppStopwatch mpp_stopwatch_get(const char *name) in mpp_stopwatch_get()492 void mpp_stopwatch_set_show_on_exit(MppStopwatch stopwatch, RK_S32 show_on_exit) in mpp_stopwatch_set_show_on_exit()503 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event) in mpp_stopwatch_record()539 void mpp_stopwatch_put(MppStopwatch stopwatch) in mpp_stopwatch_put()567 RK_S64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch) in mpp_stopwatch_elapsed_time()
91 MppStopwatch stopwatch;
177 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame) in mpp_frame_get_stopwatch()
1809 MppStopwatch stopwatch = NULL; in try_get_enc_task()2399 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate()2424 MppStopwatch stopwatch = NULL; in async_task_skip()2557 MppStopwatch stopwatch = NULL; in try_get_async_task()
612 MppStopwatch stopwatch = NULL; in put_frame()