Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c265 struct timespec tp; in _ops_log() local
271 clock_gettime(CLOCK_REALTIME_COARSE, &tp); in _ops_log()
272 ptm = localtime_r(&tp.tv_sec, &tm_buf); in _ops_log()
275 fprintf(fp, "%s.%03ld,", logs, tp.tv_nsec / 1000000); in _ops_log()