Home
last modified time | relevance | path

Searched refs:TIFF_RATIONAL (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiff_common.h42 TIFF_RATIONAL, enumerator
Dexif.c63 case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata); in exif_add_metadata()
Dtiffenc.c470 ADD_ENTRY(s, TIFF_XRES, TIFF_RATIONAL, 1, res); in encode_frame()
478 ADD_ENTRY(s, TIFF_YRES, TIFF_RATIONAL, 1, res); in encode_frame()
503 ADD_ENTRY(s, TIFF_REFERENCE_BW, TIFF_RATIONAL, 6, refbw); in encode_frame()
Dtiff.c1273 case TIFF_RATIONAL: in tiff_decode_tag()
1453 if (type == TIFF_RATIONAL) { in tiff_decode_tag()