Home
last modified time | relevance | path

Searched refs:ff_tget (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiff.c1271 value = ff_tget(&s->gb, type, s->le); in tiff_decode_tag()
1274 value = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1275 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1320 s->bpp += ff_tget(&s->gb, type, s->le); in tiff_decode_tag()
1443 s->sub_ifd = ff_tget(&s->gb, TIFF_LONG, s->le); /** Only get the first SubIFD */ in tiff_decode_tag()
1449 s->dng_lut[i] = ff_tget(&s->gb, type, s->le); in tiff_decode_tag()
1454 value = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1455 value2 = ff_tget(&s->gb, TIFF_LONG, s->le); in tiff_decode_tag()
1463 s->black_level = ff_tget(&s->gb, type, s->le); in tiff_decode_tag()
1473 if (count != 2 || (ff_tget(&s->gb, type, s->le) != 2 && in tiff_decode_tag()
[all …]
Dtiff_common.h80 unsigned ff_tget(GetByteContext *gb, int type, int le);
Dtiff_common.c62 unsigned ff_tget(GetByteContext *gb, int type, int le) in ff_tget() function