Searched refs:TIFF_RATIONAL (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | tiff_common.h | 42 TIFF_RATIONAL, enumerator
|
D | exif.c | 63 case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata); in exif_add_metadata()
|
D | tiffenc.c | 470 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()
|
D | tiff.c | 1273 case TIFF_RATIONAL: in tiff_decode_tag() 1453 if (type == TIFF_RATIONAL) { in tiff_decode_tag()
|