Searched refs:ff_tget (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 1245 value = ff_tget(&s->gb, type, s->le); in tiff_decode_tag() 1248 value = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag() 1249 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag() 1298 s->bpp += ff_tget(&s->gb, type, s->le); in tiff_decode_tag() 1426 s->sub_ifd = ff_tget(&s->gb, TIFF_LONG, s->le); /** Only get the first SubIFD */ in tiff_decode_tag() 1432 s->dng_lut[i] = ff_tget(&s->gb, type, s->le); in tiff_decode_tag() 1437 value = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag() 1438 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag() 1446 s->black_level = ff_tget(&s->gb, type, s->le); in tiff_decode_tag() 1456 if (count != 2 || (ff_tget( in tiff_decode_tag() [all...] |
H A D | tiff_common.h | 79 unsigned ff_tget(GetByteContext *gb, int type, int le);
|
H A D | tiff_common.c | 63 unsigned ff_tget(GetByteContext *gb, int type, int le) in ff_tget() function
|
Completed in 4 milliseconds