TIFF_RATIONAL 63 libavcodec/exif.c case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata); TIFF_RATIONAL 1264 libavcodec/tiff.c case TIFF_RATIONAL: TIFF_RATIONAL 1442 libavcodec/tiff.c if (type == TIFF_RATIONAL) { TIFF_RATIONAL 470 libavcodec/tiffenc.c ADD_ENTRY(s, TIFF_XRES, TIFF_RATIONAL, 1, res); TIFF_RATIONAL 478 libavcodec/tiffenc.c ADD_ENTRY(s, TIFF_YRES, TIFF_RATIONAL, 1, res); TIFF_RATIONAL 503 libavcodec/tiffenc.c ADD_ENTRY(s, TIFF_REFERENCE_BW, TIFF_RATIONAL, 6, refbw);