Home
last modified time | relevance | path

Searched refs:ff_tget_short (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiff_common.c44 unsigned ff_tget_short(GetByteContext *gb, int le) in ff_tget_short() function
67 case TIFF_SHORT: return ff_tget_short(gb, le); in ff_tget()
179 int v = is_signed ? (int16_t)ff_tget_short(gb, le) : ff_tget_short(gb, le); in ff_tadd_shorts_metadata()
243 if (ff_tget_short(gb, *le) != 42) { in ff_tdecode_header()
259 *tag = ff_tget_short(gb, le); in ff_tread_tag()
260 *type = ff_tget_short(gb, le); in ff_tread_tag()
H A Dtiff_common.h70 unsigned ff_tget_short(GetByteContext *gb, int le);
H A Dexif.c249 entries = ff_tget_short(gbytes, le); in ff_exif_decode_ifd()
H A Dtiff.c1584 s->geotag_count = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1601 s->geotags[i].key = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1602 s->geotags[i].type = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1603 s->geotags[i].count = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1606 s->geotags[i].val = get_geokey_val(s->geotags[i].key, ff_tget_short(&s->gb, s->le)); in tiff_decode_tag()
1608 s->geotags[i].offset = ff_tget_short(&s->gb, s->le); in tiff_decode_tag()
1814 entries = ff_tget_short(&s->gb, le); in decode_frame()

Completed in 4 milliseconds