Home
last modified time | relevance | path

Searched refs:mpp_frame_get_stopwatch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h215 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame);
/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() function
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1859 stopwatch = mpp_frame_get_stopwatch(enc->frame); in try_get_enc_task()
2399 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate()
2436 stopwatch = mpp_frame_get_stopwatch(frm); in async_task_skip()
2606 stopwatch = mpp_frame_get_stopwatch(frame); in try_get_async_task()
2639 stopwatch = mpp_frame_get_stopwatch(frame); in try_get_async_task()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp616 stopwatch = mpp_frame_get_stopwatch(frame); in put_frame()