Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dteeproto.c129 h->is_streamed = 0; in tee_open()
131 h->is_streamed |= c->child[i].url_context->is_streamed; in tee_open()
Dasfenc.c224 int is_streamed; member
459 if (asf->is_streamed) { in asf_write_header1()
479 avio_wl32(pb, (asf->is_streamed || !(pb->seekable & AVIO_SEEKABLE_NORMAL)) ? 3 : 2); /* ??? */ in asf_write_header1()
536 …avio_wl32(pb, (!asf->is_streamed && (pb->seekable & AVIO_SEEKABLE_NORMAL)) << 1); /* flags - seeka… in asf_write_header1()
616 if (!asf->is_streamed && s->nb_chapters) { in asf_write_header1()
754 if (asf->is_streamed) { in asf_write_header1()
824 asf->is_streamed = 1; in asf_write_stream_header()
884 if (asf->is_streamed) in flush_packet()
1090 if ((!asf->is_streamed) && (flags & AV_PKT_FLAG_KEY)) { in asf_write_packet()
1133 if (!asf->is_streamed && asf->next_start_sec) { in asf_write_trailer()
[all …]
Dfile.c236 h->is_streamed = !fstat(fd, &st) && S_ISFIFO(st.st_mode); in file_open()
240 if (!h->is_streamed && flags & AVIO_FLAG_WRITE) in file_open()
244 h->is_streamed = !c->seekable; in file_open()
398 h->is_streamed = 1; in pipe_open()
Dcrypto.c161 if (c->hd->is_streamed) in crypto_open2()
162 h->is_streamed = c->hd->is_streamed; in crypto_open2()
176 h->is_streamed = 1; in crypto_open2()
Dhttp.c621 h->is_streamed = 0; in http_open()
623 h->is_streamed = 1; in http_open()
762 h->is_streamed = 0; /* we _can_ in fact seek */ in parse_content_range()
1075 h->is_streamed = 0; in process_line()
1237 h->is_streamed = 1; /* we can in fact _not_ seek */ in http_read_header()
1568 uint64_t target = h->is_streamed ? 0 : s->off; in http_read_stream()
1573 if (h->is_streamed && !s->reconnect_streamed) in http_read_stream()
1800 if (s->off && h->is_streamed) in http_seek_internal()
1918 h->is_streamed = 0; in http_proxy_open()
1920 h->is_streamed = 1; in http_proxy_open()
Dgopher.c85 h->is_streamed = 1; in gopher_open()
Davio.c108 uc->is_streamed = 0; /* default = not streamed */ in url_alloc_for_protocol()
224 if (!uc->is_streamed && ffurl_seek(uc, 0, SEEK_SET) < 0) in ffurl_connect()
225 uc->is_streamed = 1; in ffurl_connect()
Dftp.c741 h->is_streamed = 1; in ftp_open()
745 h->is_streamed = 1; in ftp_open()
782 if (h->is_streamed) in ftp_seek()
836 if (read <= 0 && !h->is_streamed) { in ftp_read()
Dsrtpproto.c88 h->is_streamed = 1; in srtp_open()
Durl.h45 int is_streamed; /**< true if streamed (no seek possible), default = false */ member
Dlibzmq.c85 h->is_streamed = 1; in zmq_proto_open()
Dasync.c261 h->is_streamed = c->inner->is_streamed; in async_open()
Dhlsproto.c194 h->is_streamed = 1; in hls_open()
Dsctp.c270 h->is_streamed = 1; in sctp_open()
Dlibamqp.c75 h->is_streamed = 1; in amqp_proto_open()
Dtcp.c203 h->is_streamed = 1; in tcp_open()
Dmmsh.c222 mmsh->request_seq = h->is_streamed = 1; in mmsh_open_internal()
Dlibrtmp.c249 s->is_streamed = 1; in rtmp_open()
Dmmst.c518 h->is_streamed = 1; in mms_open()
Drtpproto.c364 h->is_streamed = 1; in rtp_open()
Daviobuf.c932 if (!(h->flags & AVIO_FLAG_WRITE) && h->is_streamed) { in ffio_fdopen()
960 (*s)->seekable = h->is_streamed ? 0 : AVIO_SEEKABLE_NORMAL; in ffio_fdopen()
Dlibsrt.c486 h->is_streamed = 1; in libsrt_setup()
Dudp.c638 h->is_streamed = 1; in udp_open()
Drtmpproto.c2880 s->is_streamed = 1; in rtmp_open()
/third_party/ffmpeg/doc/
DAPIchanges2659 AVIOContext.is_streamed and url_is_streamed()