Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c349 static int64_t cursor_last_shown; variable
3237 if (!cursor_hidden && av_gettime_relative() - cursor_last_shown > CURSOR_HIDE_DELAY) { in refresh_loop_wait_event()
3419 cursor_last_shown = av_gettime_relative(); in event_loop()