Home
last modified time | relevance | path

Searched refs:TIFF_LONG (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c456 ADD_ENTRY1(s, TIFF_SUBFILE, TIFF_LONG, 0); in encode_frame()
457 ADD_ENTRY1(s, TIFF_WIDTH, TIFF_LONG, s->width); in encode_frame()
458 ADD_ENTRY1(s, TIFF_HEIGHT, TIFF_LONG, s->height); in encode_frame()
465 ADD_ENTRY(s, TIFF_STRIP_OFFS, TIFF_LONG, strips, s->strip_offsets); in encode_frame()
470 ADD_ENTRY1(s, TIFF_ROWSPERSTRIP, TIFF_LONG, s->rps); in encode_frame()
471 ADD_ENTRY(s, TIFF_STRIP_SIZE, TIFF_LONG, strips, s->strip_sizes); in encode_frame()
H A Dtiff_common.h40 TIFF_LONG, enumerator
H A Dtiff.c1244 case TIFF_LONG: 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()
1293 case TIFF_LONG: in tiff_decode_tag()
1360 if (!value || (type == TIFF_LONG && value == UINT_MAX)) 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()
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()
H A Dexif.c193 case TIFF_LONG : return ff_tadd_long_metadata(count, name, sep, gb, le, metadata); in exif_add_metadata()
H A Dtiff_common.c68 case TIFF_LONG: return ff_tget_long(gb, le); in ff_tget()

Completed in 6 milliseconds