Home
last modified time | relevance | path

Searched refs:interrupt_callback (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Dhlsproto.c113 &h->interrupt_callback, NULL, in parse_playlist()
291 if (ff_check_interrupt(&h->interrupt_callback)) in hls_read()
300 &h->interrupt_callback, NULL, in hls_read()
303 if (ff_check_interrupt(&h->interrupt_callback)) in hls_read()
Drtpenc_chain.c56 rtpctx->interrupt_callback = s->interrupt_callback; in ff_rtp_chain_mux_open()
Dsapdec.c88 &s->interrupt_callback, NULL, in sap_read_header()
165 sap->sdp_ctx->interrupt_callback = s->interrupt_callback; in sap_read_header()
Dasync.c80 AVIOInterruptCB interrupt_callback; member
158 if (ff_check_interrupt(&c->interrupt_callback)) in async_check_interrupt()
244 AVIOInterruptCB interrupt_callback = {.callback = async_check_interrupt, .opaque = h}; in async_open() local
253 c->interrupt_callback = h->interrupt_callback; in async_open()
254 …ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitel… in async_open()
Dnetwork.c233 ret = ff_poll_interrupt(&lp, 1, timeout, &h->interrupt_callback); in ff_accept()
273 if (ff_check_interrupt(&h->interrupt_callback)) in ff_listen_connect()
278 ret = ff_poll_interrupt(&p, 1, timeout, &h->interrupt_callback); in ff_listen_connect()
381 if (ff_check_interrupt(&h->interrupt_callback)) { in start_connect_attempt()
463 &h->interrupt_callback); in ff_connect_parallel()
Drtpproto.c319 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in rtp_open()
334 &h->interrupt_callback, NULL, in rtp_open()
344 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, &h->interrupt_callback, in rtp_open()
353 if (ffurl_open_whitelist(&s->fec_hd, buf, flags, &h->interrupt_callback, in rtp_open()
391 if (ff_check_interrupt(&h->interrupt_callback)) in rtp_read()
Dtcp.c222 if ((ret = ffurl_alloc(c, s->filename, s->flags, &s->interrupt_callback)) < 0) in tcp_accept()
240 ret = ff_network_wait_fd_timeout(s->fd, 0, h->rw_timeout, &h->interrupt_callback); in tcp_read()
256 ret = ff_network_wait_fd_timeout(s->fd, 1, h->rw_timeout, &h->interrupt_callback); in tcp_write()
Dlibzmq.c148 ret = zmq_proto_wait_timeout(h, s->socket, 1, h->rw_timeout, &h->interrupt_callback); in zmq_proto_write()
164 ret = zmq_proto_wait_timeout(h, s->socket, 0, h->rw_timeout, &h->interrupt_callback); in zmq_proto_read()
Doptions.c187 return s->open_cb(s, pb, url, flags, &s->interrupt_callback, options); in io_open_default()
191 …return ffio_open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist,… in io_open_default()
Dsmoothstreamingenc.c120 …&os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NUL… in ism_seek()
129 …&os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NUL… in ism_seek()
329 ctx->interrupt_callback = s->interrupt_callback; in ism_write_header()
511 …ret = ffurl_open_whitelist(&os->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->p… in ism_flush()
Dmd5proto.c73 &h->interrupt_callback, NULL, in md5_close()
Dsapenc.c153 &s->interrupt_callback, NULL, in sap_write_header()
178 &s->interrupt_callback, NULL, in sap_write_header()
Dlibamqp.c244 ret = ff_network_wait_fd_timeout(fd, 1, h->rw_timeout, &h->interrupt_callback); in amqp_proto_write()
273 ret = ff_network_wait_fd_timeout(fd, 0, h->rw_timeout, &h->interrupt_callback); in amqp_proto_read()
Dwebm_chunk.c82 oc->interrupt_callback = s->interrupt_callback; in webm_chunk_init()
Dgopher.c101 … &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in gopher_open()
Dfifo_test.c86 if (ff_check_interrupt(&avf->interrupt_callback)) in failing_write_packet()
Dtls.c108 &parent->interrupt_callback, options, in ff_tls_open_underlying()
Dteeproto.c115 &h->interrupt_callback, &options, in tee_open()
Ddashdec.c150 AVIOInterruptCB *interrupt_callback; member
444 ret = avio_open2(pb, url, AVIO_FLAG_READ, c->interrupt_callback, &tmp); in open_url()
1219 ret = avio_open2(&in, url, AVIO_FLAG_READ, c->interrupt_callback, &opts); in parse_manifest()
1593 while (( !ff_check_interrupt(c->interrupt_callback)&& pls->n_fragments > 0)) { in get_current_fragment()
1794 if (ff_check_interrupt(c->interrupt_callback)) { in read_data()
1891 if (ff_check_interrupt(&s->interrupt_callback)) { in reopen_demux_for_component()
1918 pls->ctx->interrupt_callback = s->interrupt_callback; in reopen_demux_for_component()
2059 c->interrupt_callback = &s->interrupt_callback; in dash_read_header()
2242 while (!ff_check_interrupt(c->interrupt_callback) && !ret) { in dash_read_packet()
Dmmsh.c233 &h->interrupt_callback) < 0) { in mmsh_open_internal()
270 &h->interrupt_callback)) < 0) { in mmsh_open_internal()
Dlibsrt.c236 ret = libsrt_network_wait_fd_timeout(h, eid, 1, timeout, &h->interrupt_callback); in libsrt_listen()
256 ret = libsrt_network_wait_fd_timeout(h, eid, 1, timeout, &h->interrupt_callback); in libsrt_listen_connect()
662 ret = libsrt_network_wait_fd_timeout(h, s->eid, 0, h->rw_timeout, &h->interrupt_callback); in libsrt_read()
681 ret = libsrt_network_wait_fd_timeout(h, s->eid, 1, h->rw_timeout, &h->interrupt_callback); in libsrt_write()
Dsubfile.c83 ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, in subfile_open()
Dsrtpproto.c82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
Dprompeg.c298 if (ffurl_open_whitelist(&s->fec_col_hd, buf, flags, &h->interrupt_callback, in prompeg_open()
302 if (ffurl_open_whitelist(&s->fec_row_hd, buf, flags, &h->interrupt_callback, in prompeg_open()
Durl.h47 AVIOInterruptCB interrupt_callback; member

123