Searched refs:TIFF_RATIONAL (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiff_common.h | 41 TIFF_RATIONAL, enumerator
|
H A D | tiffenc.c | 472 ADD_ENTRY(s, TIFF_XRES, TIFF_RATIONAL, 1, res); in encode_frame() 480 ADD_ENTRY(s, TIFF_YRES, TIFF_RATIONAL, 1, res); in encode_frame() 505 ADD_ENTRY(s, TIFF_REFERENCE_BW, TIFF_RATIONAL, 6, refbw); in encode_frame()
|
H A D | exif.c | 191 case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata); in exif_add_metadata()
|
H A D | tiff.c | 1247 case TIFF_RATIONAL: in tiff_decode_tag() 1436 if (type == TIFF_RATIONAL) { in tiff_decode_tag()
|
Completed in 6 milliseconds