Searched defs:int_cb (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
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() argument
|
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() argument 98 int ff_network_sleep_interruptible(int64_t timeout, AVIOInterruptCB *int_cb) in ff_network_sleep_interruptible() argument
|
H A D | avio.c | 74 url_alloc_for_protocol(URLContext **puc, const URLProtocol *up, const char *filename, int flags, const AVIOInterruptCB *int_cb) url_alloc_for_protocol() argument 293 ffurl_alloc(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb) ffurl_alloc() argument 306 ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options, const char *whitelist, const char* blacklist, URLContext *parent) ffurl_open_whitelist() argument
|
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() argument
|
H A D | aviobuf.c | 1228 ffio_open_whitelist(AVIOContext **s, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options, const char *whitelist, const char *blacklist ) ffio_open_whitelist() argument 1249 avio_open2(AVIOContext **s, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options) avio_open2() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 512 const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL }; variable
|
Completed in 13 milliseconds