Lines Matching refs:AVFormatContext
35 * Options definition for AVFormatContext.
44 AVFormatContext* fc = (AVFormatContext*) ptr;
52 AVFormatContext *s = obj;
120 AVFormatContext* s = ptr;
126 .class_name = "AVFormatContext",
136 static int io_open_default(AVFormatContext *s, AVIOContext **pb,
154 void ff_format_io_close_default(AVFormatContext *s, AVIOContext *pb)
159 static int io_close2_default(AVFormatContext *s, AVIOContext *pb)
164 AVFormatContext *avformat_alloc_context(void)
167 AVFormatContext *s;
192 enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx)
237 AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c)