Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h216 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c213 MppStopwatch mpp_frame_get_stopwatch(const MppFrame frame) in mpp_frame_get_stopwatch() function
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2383 stopwatch = mpp_frame_get_stopwatch(enc->frame); in try_get_enc_task()
2986 MppStopwatch stopwatch = mpp_frame_get_stopwatch(enc->frame); in async_task_terminate()
3024 stopwatch = mpp_frame_get_stopwatch(frm); in async_task_skip()
3197 stopwatch = mpp_frame_get_stopwatch(frame); in try_get_async_task()
3232 stopwatch = mpp_frame_get_stopwatch(frame); in try_get_async_task()
/rockchip-linux_mpp/mpp/
H A Dmpp.c759 stopwatch = mpp_frame_get_stopwatch(frame); in mpp_put_frame()