Searched refs:ff_sauce_read (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | sauce.h | 38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
|
H A D | bintext.c | 188 if (ff_sauce_read(s, &bin->fsize, &got_width, 0) < 0) in bintext_read_header() 248 ff_sauce_read(s, &bin->fsize, NULL, 0); in xbin_read_header() 289 ff_sauce_read(s, &bin->fsize, &got_width, 0); in adf_read_header() 342 ff_sauce_read(s, &bin->fsize, &got_width, 0); in idf_read_header()
|
H A D | sauce.c | 32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read() function
|
H A D | tty.c | 130 if (ff_sauce_read(avctx, &s->fsize, 0, 0) < 0) in read_header()
|
Completed in 2 milliseconds