/third_party/ffmpeg/libavformat/ |
H A D | file.c | 149 if (mask&AVIO_FLAG_READ) in file_check() 151 ret |= AVIO_FLAG_READ; in file_check() 161 ret |= st.st_mode&S_IRUSR ? mask&AVIO_FLAG_READ : 0; in file_check() 215 if (flags & AVIO_FLAG_WRITE && flags & AVIO_FLAG_READ) { in file_open()
|
H A D | udp.c | 659 is_output = !(flags & AVIO_FLAG_READ); in udp_open() 768 if (!(flags & AVIO_FLAG_READ)) { in udp_open() 777 if ((s->is_multicast || s->local_port <= 0) && (h->flags & AVIO_FLAG_READ)) in udp_open() 835 if (s->is_multicast && (h->flags & AVIO_FLAG_READ)) { in udp_open() 857 if (h->flags & AVIO_FLAG_READ) { in udp_open() 1104 if (s->thread_started && !(h->flags & AVIO_FLAG_READ)) { in udp_close() 1112 if (s->is_multicast && (h->flags & AVIO_FLAG_READ)) in udp_close() 1119 if (h->flags & AVIO_FLAG_READ) { in udp_close()
|
H A D | avio.h | 628 #define AVIO_FLAG_READ 1 /**< read-only */ macro 630 #define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE) /**< read-write pseudo flag */
|
H A D | librist.c | 145 if (flags & AVIO_FLAG_READ) { in librist_open() 160 if (flags & AVIO_FLAG_READ) { in librist_open()
|
H A D | avio.c | 85 if ((flags & AVIO_FLAG_READ) && !up->url_read) { in url_alloc_for_protocol() 403 if (!(h->flags & AVIO_FLAG_READ)) in ffurl_read() 410 if (!(h->flags & AVIO_FLAG_READ)) in ffurl_read_complete() 544 if ((ret = ffurl_alloc(&h, url, AVIO_FLAG_READ, NULL)) < 0) in avio_open_dir()
|
H A D | hlsproto.c | 111 if ((ret = ffio_open_whitelist(&in, url, AVIO_FLAG_READ, in parse_playlist() 298 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()
|
H A D | teeproto.c | 89 if (flags & AVIO_FLAG_READ) in tee_open()
|
H A D | libzmq.c | 115 if (h->flags & AVIO_FLAG_READ) { in zmq_proto_open()
|
H A D | mux_utils.c | 77 ret = s->io_open(s, &read_pb, s->url, AVIO_FLAG_READ, NULL); in ff_format_shift_data()
|
H A D | mmsh.c | 231 if (ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, in mmsh_open_internal() 268 if ((err = ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, in mmsh_open_internal()
|
H A D | crypto.c | 124 if (flags & AVIO_FLAG_READ) { in crypto_open2() 150 if (flags & AVIO_FLAG_READ) { in crypto_open2()
|
H A D | img2dec.c | 125 if (pb || avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range() 129 if (avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range() 147 if (avio_check(buf, AVIO_FLAG_READ) <= 0) in find_image_range() 444 } else if (s1->io_open(s1, &f[i], filename, AVIO_FLAG_READ, NULL) < 0) { in ff_img_read_packet()
|
H A D | icecast.c | 97 if (flags & AVIO_FLAG_READ) in icecast_open()
|
H A D | sapdec.c | 86 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
|
H A D | async.c | 619 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ, 696 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ,
|
H A D | libsmbclient.c | 107 if ((flags & AVIO_FLAG_WRITE) && (flags & AVIO_FLAG_READ)) { in libsmbc_open()
|
H A D | libamqp.c | 176 if (h->flags & AVIO_FLAG_READ) { in amqp_proto_open()
|
H A D | concat.c | 230 err = ffio_open_whitelist(&in, uri, AVIO_FLAG_READ, &h->interrupt_callback, in concatf_open()
|
H A D | tcp.c | 272 if (flags & AVIO_FLAG_WRITE && flags & AVIO_FLAG_READ) { in tcp_shutdown()
|
H A D | smoothstreamingenc.c | 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()
|
H A D | libssh.c | 140 if ((flags & AVIO_FLAG_WRITE) && (flags & AVIO_FLAG_READ)) { in libssh_open_file()
|
H A D | tls_securetransport.c | 87 if ((ret = ffio_open_whitelist(&s, path, AVIO_FLAG_READ, in import_pem()
|
/third_party/ffmpeg/doc/examples/ |
H A D | http_multiclient.c | 73 if ((ret = avio_open2(&input, in_uri, AVIO_FLAG_READ, NULL, NULL)) < 0) { in process_client()
|
/third_party/ffmpeg/tools/ |
H A D | aviocat.c | 81 ret = avio_open2(&input, input_url, AVIO_FLAG_READ, NULL, &in_opts); in main()
|
/third_party/ffmpeg/libavdevice/ |
H A D | lavfi.c | 152 ret = avio_open2(&avio, lavfi->graph_filename, AVIO_FLAG_READ, &avctx->interrupt_callback, &options); in lavfi_read_header()
|