Searched refs:avio (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec.h | 75 AVIOContext *avio, int count); 77 AVIOContext *avio);
|
H A D | rtpdec.c | 312 AVIOContext *avio, int count) in ff_rtp_check_and_send_back_rr() 327 if ((!fd && !avio) || (count < 1)) in ff_rtp_check_and_send_back_rr() 341 pb = avio; in ff_rtp_check_and_send_back_rr() 469 AVIOContext *avio) in ff_rtp_send_rtcp_feedback() 477 if (!fd && !avio) in ff_rtp_send_rtcp_feedback() 497 pb = avio; in ff_rtp_send_rtcp_feedback() 311 ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd, AVIOContext *avio, int count) ff_rtp_check_and_send_back_rr() argument 468 ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd, AVIOContext *avio) ff_rtp_send_rtcp_feedback() argument
|
H A D | Makefile | 5 avio.h \ 11 avio.o \
|
/third_party/ffmpeg/libavdevice/ |
H A D | lavfi.c | 148 AVIOContext *avio = NULL; in lavfi_read_header() local 152 ret = avio_open2(&avio, lavfi->graph_filename, AVIO_FLAG_READ, &avctx->interrupt_callback, &options); in lavfi_read_header() 157 ret = avio_read_to_bprint(avio, &graph_file_pb, INT_MAX); in lavfi_read_header() 158 avio_closep(&avio); in lavfi_read_header()
|
/third_party/ffmpeg/doc/examples/ |
H A D | avio_list_dir.c | 25 #include <libavformat/avio.h>
|
H A D | avio_reading.c | 34 #include <libavformat/avio.h>
|
/third_party/ffmpeg/tests/fate/ |
H A D | demux.mak | 1 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-balls-partial.avi -avioflags direct
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extFFmpegDemuxer.h | 31 #include <libavformat/avio.h>
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 480 AVIOContext *avio; ///< the I/O context used to write member 564 if ((*wctx)->avio) { in writer_close() 565 avio_flush((*wctx)->avio); in writer_close() 566 ret = avio_close((*wctx)->avio); in writer_close() 582 avio_w8(wctx->avio, b); in writer_w8_avio() 587 avio_write(wctx->avio, str, strlen(str)); in writer_put_str_avio() 595 avio_vprintf(wctx->avio, fmt, ap); in writer_printf_avio() 695 if ((ret = avio_open(&(*wctx)->avio, output, AVIO_FLAG_WRITE)) < 0) { in writer_open()
|
H A D | ffmpeg_opt.c | 3618 AVIOContext *avio = NULL; in opt_progress() local 3623 ret = avio_open2(&avio, arg, AVIO_FLAG_WRITE, &int_cb, NULL); in opt_progress() 3629 progress_avio = avio; in opt_progress()
|
Completed in 19 milliseconds