Searched refs:MppStopwatch (Results 1 – 7 of 7) sorted by relevance
17 typedef void* MppStopwatch; typedef89 MppStopwatch mpp_stopwatch_get(const char *name);90 void mpp_stopwatch_set_show_on_exit(MppStopwatch stopwatch, rk_s32 show_on_exit);91 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);92 void mpp_stopwatch_put(MppStopwatch timer);93 rk_s64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch);
166 MppStopwatch stopwatch;216 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame);
449 MppStopwatch mpp_stopwatch_get(const char *name) in mpp_stopwatch_get()468 void mpp_stopwatch_set_show_on_exit(MppStopwatch stopwatch, rk_s32 show_on_exit) in mpp_stopwatch_set_show_on_exit()480 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event) in mpp_stopwatch_record()518 void mpp_stopwatch_put(MppStopwatch stopwatch) in mpp_stopwatch_put()547 rk_s64 mpp_stopwatch_elapsed_time(MppStopwatch stopwatch) in mpp_stopwatch_elapsed_time()
91 MppStopwatch stopwatch;
213 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame) in mpp_frame_get_stopwatch()
2333 MppStopwatch stopwatch = NULL; in try_get_enc_task()2986 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate()3012 MppStopwatch stopwatch = NULL; in async_task_skip()3146 MppStopwatch stopwatch = NULL; in try_get_async_task()
755 MppStopwatch stopwatch = NULL; in mpp_put_frame()