Lines Matching refs:AVFormatContext
39 AVFormatContext* fc = (AVFormatContext*) ptr; in format_to_name()
47 AVFormatContext *s = obj; in format_child_next()
150 AVFormatContext* s = ptr; in get_category()
169 static int io_open_default(AVFormatContext *s, AVIOContext **pb, in io_open_default()
194 static void io_close_default(AVFormatContext *s, AVIOContext *pb) in io_close_default()
199 static void avformat_get_context_defaults(AVFormatContext *s) in avformat_get_context_defaults()
201 memset(s, 0, sizeof(AVFormatContext)); in avformat_get_context_defaults()
211 AVFormatContext *avformat_alloc_context(void) in avformat_alloc_context()
213 AVFormatContext *ic; in avformat_alloc_context()
215 ic = av_malloc(sizeof(AVFormatContext)); in avformat_alloc_context()
241 enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ct… in av_fmt_ctx_get_duration_estimation_method()