Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/filters/
H A Dfilter.c93 bool async_wakeup_sent; member
203 r->async_wakeup_sent = false; in flush_async_notifications()
231 if (!r->async_wakeup_sent && r->wakeup_cb) in mp_filter_graph_run()
233 r->async_wakeup_sent = true; in mp_filter_graph_run()
705 if (!mark_only && !r->async_wakeup_sent) { in filter_wakeup()
708 r->async_wakeup_sent = true; in filter_wakeup()