Home
last modified time | relevance | path

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

/third_party/quickjs/
Drun-test262.c1859 clock_t last_clock; variable
1863 if (force || !last_clock || (t - last_clock) > CLOCKS_PER_SEC / 20) { in show_progress()
1864 last_clock = t; in show_progress()
/third_party/ffmpeg/fftools/
Dffplay.c2444 static double last_clock; in audio_decode_frame() local
2446 is->audio_clock - last_clock, in audio_decode_frame()
2448 last_clock = is->audio_clock; in audio_decode_frame()