Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h47 AVIOInterruptCB interrupt_callback;
116 const AVIOInterruptCB *int_cb);
147 const AVIOInterruptCB *int_cb, AVDictionary **options,
273 int ff_check_interrupt(AVIOInterruptCB *cb);
Davio.h58 typedef struct AVIOInterruptCB { struct
61 } AVIOInterruptCB; typedef
738 const AVIOInterruptCB *int_cb, AVDictionary **options);
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);
Davio.c79 const AVIOInterruptCB *int_cb) in url_alloc_for_protocol()
297 const AVIOInterruptCB *int_cb) in ffurl_alloc()
310 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffurl_open_whitelist()
661 int ff_check_interrupt(AVIOInterruptCB *cb) in ff_check_interrupt()
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()
Davio_internal.h165 const AVIOInterruptCB *int_cb, AVDictionary **options,
Davformat.h1206 const AVIOInterruptCB *int_cb, AVDictionary **options);
1514 AVIOInterruptCB interrupt_callback;
1800 …FormatContext *s, AVIOContext **p, const char *url, int flags, const AVIOInterruptCB *int_cb, AVDi…
Dlibzmq.c60 …roto_wait_timeout(URLContext *h, void *socket, int write, int64_t timeout, AVIOInterruptCB *int_cb) in zmq_proto_wait_timeout()
Dasync.c80 AVIOInterruptCB interrupt_callback;
244 AVIOInterruptCB interrupt_callback = {.callback = async_check_interrupt, .opaque = h}; in async_open()
Daviobuf.c1143 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffio_open_whitelist()
1164 const AVIOInterruptCB *int_cb, AVDictionary **options) in avio_open2()
Dlibsrt.c203 …etwork_wait_fd_timeout(URLContext *h, int eid, int write, int64_t timeout, AVIOInterruptCB *int_cb) in libsrt_network_wait_fd_timeout()
Dhls.c208 AVIOInterruptCB *interrupt_callback;
Ddashdec.c150 AVIOInterruptCB *interrupt_callback;
/third_party/ffmpeg/fftools/
Dffmpeg.h637 extern const AVIOInterruptCB int_cb;
Dffmpeg.c513 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
/third_party/ffmpeg/doc/
DAPIchanges2312 5f268ca / 6aa0b98 Add AVIOInterruptCB struct and the interrupt_callback field to