Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_time.c429 rk_s32 filled_count; member
493 if (impl->filled_count >= impl->max_count) { in mpp_stopwatch_record()
504 if (impl->filled_count < impl->max_count) { in mpp_stopwatch_record()
505 MppStopwatchNode *node = impl->nodes + impl->filled_count; in mpp_stopwatch_record()
514 impl->filled_count++; in mpp_stopwatch_record()
527 if (impl->show_on_exit && impl->nodes && impl->filled_count) { in mpp_stopwatch_put()
536 for (i = 1; i < impl->filled_count; i++) { in mpp_stopwatch_put()
556 if (impl->filled_count < 2) in mpp_stopwatch_elapsed_time()
560 rk_s64 curr_time = impl->nodes[impl->filled_count - 1].time; in mpp_stopwatch_elapsed_time()