Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h1215 typedef struct AVFormatContext { struct
1220 const AVClass *av_class;
1227 const struct AVInputFormat *iformat;
1234 const struct AVOutputFormat *oformat;
1243 void *priv_data;
1267 * Number of elements in AVFormatContext.streams. argument
1271 unsigned int nb_streams;
1283 AVStream **streams;
1298 char *url;
1307 int64_t start_time;
[all …]
Dseek.c275int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in read_timestamp()
354int64_t (*read_timestamp_func)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts()
395 int64_t (*read_timestamp_func)(struct AVFormatContext *, in ff_gen_search()
Dmux.c815 int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *)) in ff_interleave_add_packet()