Searched refs:last_clock (Results 1 – 2 of 2) sorted by relevance
1859 clock_t last_clock; variable1863 if (force || !last_clock || (t - last_clock) > CLOCKS_PER_SEC / 20) { in show_progress()1864 last_clock = t; in show_progress()
2444 static double last_clock; in audio_decode_frame() local2446 is->audio_clock - last_clock, in audio_decode_frame()2448 last_clock = is->audio_clock; in audio_decode_frame()