/third_party/ffmpeg/libavformat/ |
D | mux_utils.c | 77 ret = s->io_open(s, &read_pb, s->url, AVIO_FLAG_READ, NULL); in ff_format_shift_data() 120 return s->io_open(s, &s->pb, url, AVIO_FLAG_WRITE, options); in ff_format_output_open()
|
D | segment.c | 163 oc->io_open = s->io_open; in segment_mux_init() 253 if ((err = s->io_open(s, &oc->pb, oc->url, AVIO_FLAG_WRITE, NULL)) < 0) { in segment_start() 283 ret = s->io_open(s, &seg->list_pb, seg->temp_list_filename, AVIO_FLAG_WRITE, NULL); in segment_list_open() 761 if ((ret = s->io_open(s, &oc->pb, in seg_init() 831 if ((ret = oc->io_open(oc, &oc->pb, oc->url, AVIO_FLAG_WRITE, NULL)) < 0) in seg_write_header()
|
D | webm_chunk.c | 103 ret = s->io_open(s, &oc->pb, oc->url, AVIO_FLAG_WRITE, &dict); in webm_chunk_init() 202 ret = s->io_open(s, &pb, filename, AVIO_FLAG_WRITE, &options); in chunk_end()
|
D | smoothstreamingenc.c | 213 ret = s->io_open(s, &out, temp_filename, AVIO_FLAG_WRITE, NULL); in write_manifest() 396 if ((ret = s->io_open(s, &in, filename, AVIO_FLAG_READ, NULL)) < 0) in parse_fragment() 473 if ((ret = s->io_open(s, &in, infile, AVIO_FLAG_READ, NULL)) < 0) in copy_moof() 475 if ((ret = s->io_open(s, &out, outfile, AVIO_FLAG_WRITE, NULL)) < 0) { in copy_moof()
|
D | hdsenc.c | 170 ret = s->io_open(s, &out, temp_filename, AVIO_FLAG_WRITE, NULL); in write_manifest() 238 ret = s->io_open(s, &out, temp_filename, AVIO_FLAG_WRITE, NULL); in write_abst() 288 ret = s->io_open(s, &os->out, os->temp_filename, AVIO_FLAG_WRITE, NULL); in init_file()
|
D | imfdec.c | 305 ret = s->io_open(s, &in, url, AVIO_FLAG_READ, &opts); in parse_assetmap() 376 track_resource->ctx->io_open = s->io_open; in open_track_resource_context()
|
D | tee.c | 238 avf2->io_open = avf->io_open; in open_slave()
|
D | fifo.c | 504 avf2->io_open = avf->io_open; in fifo_mux_init()
|
D | hlsenc.c | 290 err = s->io_open(s, pb, filename, AVIO_FLAG_WRITE, options); in hlsenc_io_open() 574 ret = avf->io_open(avf, &out, path, AVIO_FLAG_WRITE, &opt); in hls_delete_file() 772 ret = s->io_open(s, &pb, hls->key_file, AVIO_FLAG_WRITE, &options); in do_encrypt() 793 ret = s->io_open(s, &pb, hls->key_info_file, AVIO_FLAG_READ, &options); in hls_encryption_start() 823 ret = s->io_open(s, &pb, vs->key_file, AVIO_FLAG_READ, &options); in hls_encryption_start() 865 oc->io_open = s->io_open; in hls_mux_init() 2383 ret = s->io_open(s, &vs->out, filename, AVIO_FLAG_READ, NULL); in append_single_file()
|
D | options.c | 174 s->io_open = io_open_default; in avformat_alloc_context()
|
D | img2enc.c | 182 …if (s->io_open(s, &pb[i], img->use_rename ? img->tmp[i] : filename, AVIO_FLAG_WRITE, &options) < 0… in write_packet()
|
D | dashenc.c | 232 err = s->io_open(s, pb, filename, AVIO_FLAG_WRITE, options); in dashenc_io_open() 1552 ctx->io_open = s->io_open; in dash_init() 1589 ret = s->io_open(s, &os->out, filename, AVIO_FLAG_WRITE, &opts); in dash_init() 1809 ret = s->io_open(s, &pb, full_path, AVIO_FLAG_READ, NULL); in find_index_range()
|
D | avformat.h | 1775 int (*io_open)(struct AVFormatContext *s, AVIOContext **pb, const char *url, member
|
D | hls.c | 702 ret = s->io_open(s, pb, url, AVIO_FLAG_READ, &tmp); in open_url() 705 ret = s->io_open(s, pb, url, AVIO_FLAG_READ, &tmp); in open_url() 770 ret = c->ctx->io_open(c->ctx, &in, url, AVIO_FLAG_READ, &opts); in parse_playlist() 2135 pls->ctx->io_open = nested_io_open; in hls_read_header()
|
D | mlvdec.c | 362 if (avctx->io_open(avctx, &mlv->pb[i], filename, AVIO_FLAG_READ, NULL) < 0) in read_header()
|
D | img2dec.c | 444 } else if (s1->io_open(s1, &f[i], filename, AVIO_FLAG_READ, NULL) < 0) { in ff_img_read_packet()
|
D | dashdec.c | 1900 pls->ctx->io_open = nested_io_open; in reopen_demux_for_component()
|
D | demux.c | 173 if ((ret = s->io_open(s, &s->pb, filename, AVIO_FLAG_READ | s->avio_flags, options)) < 0) in init_input()
|
D | mov.c | 4452 if (!c->fc->io_open(c->fc, pb, filename, AVIO_FLAG_READ, NULL)) in mov_open_dref() 4458 if (!c->fc->io_open(c->fc, pb, ref->path, AVIO_FLAG_READ, NULL)) in mov_open_dref()
|
/third_party/mesa3d/src/freedreno/decode/ |
D | io.h | 38 struct io *io_open(const char *filename);
|
D | io.c | 90 io_open(const char *filename) in io_open() function
|
D | cffdump.c | 276 io = io_open(filename); in handle_file()
|
D | pgmdump2.c | 518 io = io_open(infile); in main()
|
D | pgmdump.c | 991 io = io_open(infile); in main()
|
/third_party/python/Modules/ |
D | _zoneinfo.c | 12 static PyObject *io_open = NULL; variable 201 file_obj = PyObject_CallFunction(io_open, "Os", file_path, "rb"); in zoneinfo_new_instance() 2619 Py_XDECREF(io_open); in module_free() 2620 io_open = NULL; in module_free() 2672 io_open = PyObject_GetAttrString(io_module, "open"); in zoneinfomodule_exec() 2674 if (io_open == NULL) { in zoneinfomodule_exec()
|