Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp453 RK_S32 filled_count; member
515 if (impl->filled_count >= impl->max_count) { in mpp_stopwatch_record()
525 if (impl->filled_count < impl->max_count) { in mpp_stopwatch_record()
526 MppStopwatchNode *node = impl->nodes + impl->filled_count; in mpp_stopwatch_record()
535 impl->filled_count++; in mpp_stopwatch_record()
547 if (impl->show_on_exit && impl->nodes && impl->filled_count) { in mpp_stopwatch_put()
556 for (i = 1; i < impl->filled_count; i++) { in mpp_stopwatch_put()
575 if (impl->filled_count < 2) in mpp_stopwatch_elapsed_time()
579 RK_S64 curr_time = impl->nodes[impl->filled_count - 1].time; in mpp_stopwatch_elapsed_time()