Searched refs:AVIOInterruptCB (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | url.h | 46 AVIOInterruptCB interrupt_callback; 115 const AVIOInterruptCB *int_cb); 146 const AVIOInterruptCB *int_cb, AVDictionary **options, 272 int ff_check_interrupt(AVIOInterruptCB *cb);
|
H A D | avio.h | 59 typedef struct AVIOInterruptCB { struct 62 } AVIOInterruptCB; typedef 692 const AVIOInterruptCB *int_cb, AVDictionary **options);
|
H A 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);
|
H A D | avio.c | 76 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 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()
|
H A D | avio_internal.h | 226 const AVIOInterruptCB *int_cb, AVDictionary **options,
|
H A D | libzmq.c | 60 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 D | avformat.h | 1212 const AVIOInterruptCB *int_cb, AVDictionary **options); 1505 AVIOInterruptCB interrupt_callback;
|
H A D | async.c | 80 AVIOInterruptCB interrupt_callback; 252 AVIOInterruptCB interrupt_callback = {.callback = async_check_interrupt, .opaque = h}; in async_open()
|
H A D | imfdec.c | 122 AVIOInterruptCB *interrupt_callback;
|
H A D | aviobuf.c | 1229 const AVIOInterruptCB *int_cb, AVDictionary **options, in ffio_open_whitelist() 1250 const AVIOInterruptCB *int_cb, AVDictionary **options) in avio_open2()
|
H A D | libsrt.c | 216 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 D | dashdec.c | 149 AVIOInterruptCB *interrupt_callback;
|
H A D | hls.c | 220 AVIOInterruptCB *interrupt_callback;
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 651 extern const AVIOInterruptCB int_cb;
|
H A D | ffmpeg.c | 512 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
|
Completed in 30 milliseconds