Searched refs:AVIOInterruptCB (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | url.h | 47 AVIOInterruptCB interrupt_callback; 116 const AVIOInterruptCB *int_cb); 147 const AVIOInterruptCB *int_cb, AVDictionary **options, 273 int ff_check_interrupt(AVIOInterruptCB *cb);
|
D | avio.h | 58 typedef struct AVIOInterruptCB { struct 61 } AVIOInterruptCB; typedef 738 const AVIOInterruptCB *int_cb, AVDictionary **options);
|
D | network.h | 99 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);
|
D | avio.c | 79 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()
|
D | network.c | 78 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()
|
D | avio_internal.h | 165 const AVIOInterruptCB *int_cb, AVDictionary **options,
|
D | avformat.h | 1206 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…
|
D | libzmq.c | 60 …roto_wait_timeout(URLContext *h, void *socket, int write, int64_t timeout, AVIOInterruptCB *int_cb) in zmq_proto_wait_timeout()
|
D | async.c | 80 AVIOInterruptCB interrupt_callback; 244 AVIOInterruptCB interrupt_callback = {.callback = async_check_interrupt, .opaque = h}; in async_open()
|
D | aviobuf.c | 1143 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffio_open_whitelist() 1164 const AVIOInterruptCB *int_cb, AVDictionary **options) in avio_open2()
|
D | libsrt.c | 203 …etwork_wait_fd_timeout(URLContext *h, int eid, int write, int64_t timeout, AVIOInterruptCB *int_cb) in libsrt_network_wait_fd_timeout()
|
D | hls.c | 208 AVIOInterruptCB *interrupt_callback;
|
D | dashdec.c | 150 AVIOInterruptCB *interrupt_callback;
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 637 extern const AVIOInterruptCB int_cb;
|
D | ffmpeg.c | 513 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2312 5f268ca / 6aa0b98 Add AVIOInterruptCB struct and the interrupt_callback field to
|