Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c2725 static int decode_interrupt_cb(void *ctx) in decode_interrupt_cb() function
2790 ic->interrupt_callback.callback = decode_interrupt_cb; in read_thread()
Dffmpeg.c508 static int decode_interrupt_cb(void *ctx) in decode_interrupt_cb() function
513 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };