Home
last modified time | relevance | path

Searched refs:TIFF_SHORT (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiffenc.c156 type == TIFF_SHORT ? (void *)&w : (void *)&dw); in add_entry1()
459 ADD_ENTRY(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab); in encode_frame()
461 ADD_ENTRY1(s, TIFF_COMPR, TIFF_SHORT, s->compr); in encode_frame()
462 ADD_ENTRY1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation); in encode_frame()
466 ADD_ENTRY1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size); in encode_frame()
479 ADD_ENTRY1(s, TIFF_RES_UNIT, TIFF_SHORT, 2); in encode_frame()
493 ADD_ENTRY(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal); in encode_frame()
496 ADD_ENTRY1(s,TIFF_EXTRASAMPLES, TIFF_SHORT, 2); in encode_frame()
500 ADD_ENTRY(s, TIFF_YCBCR_SUBSAMPLING, TIFF_SHORT, 2, s->subsampling); in encode_frame()
502 ADD_ENTRY1(s, TIFF_YCBCR_POSITIONING, TIFF_SHORT, 2); in encode_frame()
Dtiff_common.h40 TIFF_SHORT, enumerator
Dexif.c57 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata); in exif_add_metadata()
Dtiff_common.c66 case TIFF_SHORT: return ff_tget_short(gb, le); in ff_tget()
Dtiff.c272 …case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, &frame->metad… in add_metadata()
1269 case TIFF_SHORT: in tiff_decode_tag()
1314 case TIFF_SHORT: in tiff_decode_tag()
1726 s->cur_page = ff_tget(&s->gb, TIFF_SHORT, s->le); in tiff_decode_tag()