Home
last modified time | relevance | path

Searched defs:AVFormatContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Davformat.h1238 typedef struct AVFormatContext { struct
1243 const AVClass *av_class;
1250 const struct AVInputFormat *iformat;
1257 const struct AVOutputFormat *oformat;
1266 void *priv_data;
1290 * Number of elements in AVFormatContext.streams. argument
1294 unsigned int nb_streams;
1306 AVStream **streams;
1321 char *url;
1330 int64_t start_time;
[all …]
Dseek.c281int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in read_timestamp()
360int64_t (*read_timestamp_func)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts()
430 int64_t (*read_timestamp_func)(struct AVFormatContext *, in ff_gen_search()
Dmux.c907 int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *)) in ff_interleave_add_packet()