ff_tget_short 128 libavcodec/exif.c entries = ff_tget_short(gbytes, le); ff_tget_short 1584 libavcodec/tiff.c s->geotag_count = ff_tget_short(&s->gb, s->le); ff_tget_short 1601 libavcodec/tiff.c s->geotags[i].key = ff_tget_short(&s->gb, s->le); ff_tget_short 1602 libavcodec/tiff.c s->geotags[i].type = ff_tget_short(&s->gb, s->le); ff_tget_short 1603 libavcodec/tiff.c s->geotags[i].count = ff_tget_short(&s->gb, s->le); ff_tget_short 1606 libavcodec/tiff.c s->geotags[i].val = get_geokey_val(s->geotags[i].key, ff_tget_short(&s->gb, s->le)); ff_tget_short 1608 libavcodec/tiff.c s->geotags[i].offset = ff_tget_short(&s->gb, s->le); ff_tget_short 1818 libavcodec/tiff.c entries = ff_tget_short(&s->gb, le); ff_tget_short 66 libavcodec/tiff_common.c case TIFF_SHORT: return ff_tget_short(gb, le); ff_tget_short 193 libavcodec/tiff_common.c int v = is_signed ? (int16_t)ff_tget_short(gb, le) : ff_tget_short(gb, le); ff_tget_short 276 libavcodec/tiff_common.c if (ff_tget_short(gb, *le) != 42) { ff_tget_short 292 libavcodec/tiff_common.c *tag = ff_tget_short(gb, le); ff_tget_short 293 libavcodec/tiff_common.c *type = ff_tget_short(gb, le); ff_tget_short 71 libavcodec/tiff_common.h unsigned ff_tget_short(GetByteContext *gb, int le);