Home
last modified time | relevance | path

Searched refs:avio (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.h74 AVIOContext *avio, int count);
76 AVIOContext *avio);
Drtpdec.c303 AVIOContext *avio, int count) in ff_rtp_check_and_send_back_rr() argument
318 if ((!fd && !avio) || (count < 1)) in ff_rtp_check_and_send_back_rr()
332 pb = avio; in ff_rtp_check_and_send_back_rr()
460 AVIOContext *avio) in ff_rtp_send_rtcp_feedback() argument
468 if (!fd && !avio) in ff_rtp_send_rtcp_feedback()
488 pb = avio; in ff_rtp_send_rtcp_feedback()
DMakefile5 avio.h \
9 avio.o \
/third_party/ffmpeg/libavdevice/
Dlavfi.c144 AVIOContext *avio = NULL; in lavfi_read_header() local
148 …ret = avio_open2(&avio, lavfi->graph_filename, AVIO_FLAG_READ, &avctx->interrupt_callback, &option… in lavfi_read_header()
153 ret = avio_read_to_bprint(avio, &graph_file_pb, INT_MAX); in lavfi_read_header()
154 avio_closep(&avio); in lavfi_read_header()
/third_party/ffmpeg/doc/
DAPIchanges227 2020-01-30 - 27529eeb27 - lavf 58.37.100 - avio.h
254 2019-08-17 - 95fa73a2b4 - lavf 58.31.101 - avio.h
257 2019-08-17 - a82f8f2f10 - lavf 58.31.100 - avio.h
509 2017-09-01 - 5d76674756 - lavf 57.81.100 - avio.h
512 2017-09-01 - xxxxxxx - lavf 57.80.100 / 57.11.0 - avio.h
536 2017-06-24 - 09891c5391 - lavf 57.75.100 - avio.h
618 2017-03-21 - fc9f14c7de - lavf 57.67.100 / 57.08.0 - avio.h
673 2017-01-06 - 9488032e10 - lavf 57.62.100 - avio.h
781 2016-06-23 - 5d75e46 / db7968b - lavf 57.40.100 / 57.7.0 - avio.h
887 2016-02-01 - 1dba837 - lavf 57.24.100 - avformat.h, avio.h
[all …]
/third_party/ffmpeg/tests/fate/
Ddemux.mak1 FATE_SAMPLES_DEMUX-$(call DEMDEC, AVI, FRAPS) += fate-avio-direct
2 fate-avio-direct: CMD = framecrc -avioflags direct -i $(TARGET_SAMPLES)/fraps/fraps-v5-bouncing-bal…
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c3411 AVIOContext *avio = NULL; in opt_progress() local
3416 ret = avio_open2(&avio, arg, AVIO_FLAG_WRITE, &int_cb, NULL); in opt_progress()
3422 progress_avio = avio; in opt_progress()
/third_party/ffmpeg/
DChangelog149 - avformat/avio: Check av_opt_copy() for failure
2103 (see avio.h)
DBUILD.gn984 "//third_party/ffmpeg/libavformat/avio.c",
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt28472 ##avio
/third_party/gstreamer/gst_libav/
DChangeLog6109 av: Port to new avio protocol handler