Home
last modified time | relevance | path

Searched refs:AVIOInterruptCB (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.h46 AVIOInterruptCB interrupt_callback;
115 const AVIOInterruptCB *int_cb);
146 const AVIOInterruptCB *int_cb, AVDictionary **options,
272 int ff_check_interrupt(AVIOInterruptCB *cb);
H A Davio.h59 typedef struct AVIOInterruptCB { struct
62 } AVIOInterruptCB; typedef
692 const AVIOInterruptCB *int_cb, AVDictionary **options);
H A Dnetwork.h99 int ff_network_wait_fd_timeout(int fd, int write, int64_t timeout, AVIOInterruptCB *int_cb);
108 int ff_network_sleep_interruptible(int64_t timeout, AVIOInterruptCB *int_cb);
H A Davio.c76 const AVIOInterruptCB *int_cb) in url_alloc_for_protocol()
294 const AVIOInterruptCB *int_cb) in ffurl_alloc()
307 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffurl_open_whitelist()
658 int ff_check_interrupt(AVIOInterruptCB *cb) in ff_check_interrupt()
H A Dnetwork.c78 int ff_network_wait_fd_timeout(int fd, int write, int64_t timeout, AVIOInterruptCB *int_cb) in ff_network_wait_fd_timeout()
98 int ff_network_sleep_interruptible(int64_t timeout, AVIOInterruptCB *int_cb) in ff_network_sleep_interruptible()
160 AVIOInterruptCB *cb) in ff_poll_interrupt()
H A Davio_internal.h226 const AVIOInterruptCB *int_cb, AVDictionary **options,
H A Dlibzmq.c60 static int zmq_proto_wait_timeout(URLContext *h, void *socket, int write, int64_t timeout, AVIOInterruptCB *int_cb) in zmq_proto_wait_timeout()
H A Davformat.h1212 const AVIOInterruptCB *int_cb, AVDictionary **options);
1505 AVIOInterruptCB interrupt_callback;
H A Dasync.c80 AVIOInterruptCB interrupt_callback;
252 AVIOInterruptCB interrupt_callback = {.callback = async_check_interrupt, .opaque = h}; in async_open()
H A Dimfdec.c122 AVIOInterruptCB *interrupt_callback;
H A Daviobuf.c1229 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffio_open_whitelist()
1250 const AVIOInterruptCB *int_cb, AVDictionary **options) in avio_open2()
H A Dlibsrt.c216 static int libsrt_network_wait_fd_timeout(URLContext *h, int eid, int write, int64_t timeout, AVIOInterruptCB *int_cb) in libsrt_network_wait_fd_timeout()
H A Ddashdec.c149 AVIOInterruptCB *interrupt_callback;
H A Dhls.c220 AVIOInterruptCB *interrupt_callback;
/third_party/ffmpeg/fftools/
H A Dffmpeg.h651 extern const AVIOInterruptCB int_cb;
H A Dffmpeg.c512 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };

Completed in 30 milliseconds