Searched refs:TIFF_LONG (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 456 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 D | tiff_common.h | 40 TIFF_LONG, enumerator
|
H A D | tiff.c | 1244 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 D | exif.c | 193 case TIFF_LONG : return ff_tadd_long_metadata(count, name, sep, gb, le, metadata); in exif_add_metadata()
|
H A D | tiff_common.c | 68 case TIFF_LONG: return ff_tget_long(gb, le); in ff_tget()
|
Completed in 6 milliseconds