ff_tget_long 141 libavcodec/exif.c return ff_tget_long(gbytes, le); ff_tget_long 1005 libavcodec/tiff.c tile_offset = ff_tget_long(&s->gb, s->le); ff_tget_long 1010 libavcodec/tiff.c tile_byte_count = ff_tget_long(&s->gb, s->le); ff_tget_long 1839 libavcodec/tiff.c off = ff_tget_long(&s->gb, le); ff_tget_long 67 libavcodec/tiff_common.c case TIFF_LONG: return ff_tget_long(gb, le); ff_tget_long 98 libavcodec/tiff_common.c nom = ff_tget_long(gb, le); ff_tget_long 99 libavcodec/tiff_common.c denom = ff_tget_long(gb, le); ff_tget_long 131 libavcodec/tiff_common.c av_bprintf(&bp, "%s%7i", auto_sep(count, sep, i, 8), ff_tget_long(gb, le)); ff_tget_long 280 libavcodec/tiff_common.c *ifd_offset = ff_tget_long(gb, *le); ff_tget_long 294 libavcodec/tiff_common.c *count = ff_tget_long (gb, le); ff_tget_long 309 libavcodec/tiff_common.c bytestream2_seek(gb, ff_tget_long (gb, le), SEEK_SET); ff_tget_long 74 libavcodec/tiff_common.h unsigned ff_tget_long(GetByteContext *gb, int le);