Home
last modified time | relevance | path

Searched refs:got_width (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsauce.c32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read() argument
65 if (got_width && datatype && filetype) { in ff_sauce_read()
69 *got_width = 1; in ff_sauce_read()
76 *got_width = 1; in ff_sauce_read()
H A Dbintext.c124 static void predict_width(AVCodecParameters *par, uint64_t fsize, int got_width) in predict_width() argument
127 if (!got_width) in predict_width()
146 int got_width = 0; in bin_probe() local
151 predict_width(&par, p->buf_size, got_width); in bin_probe()
186 int got_width = 0; in bintext_read_header() local
188 if (ff_sauce_read(s, &bin->fsize, &got_width, 0) < 0) in bintext_read_header()
191 predict_width(st->codecpar, bin->fsize, got_width); in bintext_read_header()
286 int got_width = 0; in adf_read_header() local
289 ff_sauce_read(s, &bin->fsize, &got_width, 0); in adf_read_header()
319 int got_width in idf_read_header() local
[all...]
H A Dsauce.h35 * @param[out] got_width set to non-zero if SAUCE header reported height
38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);

Completed in 2 milliseconds