Home
last modified time | relevance | path

Searched defs:got_width (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dbintext.c124 static void predict_width(AVCodecParameters *par, uint64_t fsize, int got_width) in predict_width()
146 int got_width = 0; in bin_probe() local
186 int got_width = 0; in bintext_read_header() local
286 int got_width = 0; in adf_read_header() local
319 int got_width = 0, ret; in idf_read_header() local
Dsauce.c32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read()