Home
last modified time | relevance | path

Searched refs:MppStopwatch (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_time.h34 typedef void* MppStopwatch; typedef
106 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);
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h166 MppStopwatch stopwatch;
215 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame);
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp473 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()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_enc_task.h91 MppStopwatch stopwatch;
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_frame.cpp177 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame) in mpp_frame_get_stopwatch()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1809 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()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp612 MppStopwatch stopwatch = NULL; in put_frame()