Home
last modified time | relevance | path

Searched defs:stopwatch (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dstopwatch.cpp13 stopwatch::stopwatch(Event event_) in stopwatch() function in mbgl::util::stopwatch
16 stopwatch::stopwatch(EventSeverity severity_, Event event_) in stopwatch() function in mbgl::util::stopwatch
19 stopwatch::stopwatch(std::string name_, Event event_) in stopwatch() function in mbgl::util::stopwatch
22 stopwatch::stopwatch(std::string name_, EventSeverity severity_, Event event_) in stopwatch() function in mbgl::util::stopwatch
H A Dstopwatch.hpp27 class stopwatch { class
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp463 MPP_RET check_is_mpp_stopwatch(void *stopwatch) in check_is_mpp_stopwatch()
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/codec/
H A Dmpp_enc_impl.cpp1809 MppStopwatch stopwatch = NULL; in try_get_enc_task() local
2399 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate() local
2424 MppStopwatch stopwatch = NULL; in async_task_skip() local
2557 MppStopwatch stopwatch = NULL; in try_get_async_task() local
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h166 MppStopwatch stopwatch; member
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp612 MppStopwatch stopwatch = NULL; in put_frame() local
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_enc_task.h91 MppStopwatch stopwatch; member