Searched refs:avio_open (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h344 * The flags argument to avio_open must be one of the following
391 int avio_open(AVIOContext **s, const char *url, int flags);
416 * This function can only be used if s was opened by avio_open().
429 * This function can only be used if s was opened by avio_open().
H A Dtee.c209 if ((ret = avio_open(&avf2->pb, filename, AVIO_FLAG_WRITE)) < 0) {
H A Daviobuf.c869 int avio_open(AVIOContext **s, const char *filename, int flags) function
H A Dmovenc.c4295 ret = avio_open(&read_pb, s->filename, AVIO_FLAG_READ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c109 ret = avio_open(&ofmt_ctx->pb, out_filename, AVIO_FLAG_WRITE);
H A Dtranscode_aac.c133 if ((error = avio_open(&output_io_context, filename,
H A Dmuxing.c594 ret = avio_open(&oc->pb, filename, AVIO_FLAG_WRITE);
H A Dtranscoding.c166 ret = avio_open(&ofmt_ctx->pb, filename, AVIO_FLAG_WRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.h561 * The flags argument to avio_open must be one of the following
599 int avio_open(AVIOContext **s, const char *url, int flags);
623 * This function can only be used if s was opened by avio_open().
H A Doutput-example.c503 if (avio_open(&oc->pb, filename, AVIO_FLAG_WRITE) < 0) {
H A Daviobuf.c398 return avio_open(s, filename, flags);
965 int avio_open(AVIOContext **s, const char *filename, int flags) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c3733 if (avio_open(&s->pb, feed->feed_filename, AVIO_FLAG_WRITE) < 0) {
H A Dffmpeg.c3822 if ((err = avio_open(&oc->pb, filename, AVIO_FLAG_WRITE)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1208 int ret = avio_open(&pb, filename, AVIO_FLAG_READ);
H A Dffserver.c3806 if (avio_open(&s->pb, feed->feed_filename, AVIO_FLAG_WRITE) < 0) {

Completed in 322 milliseconds