Searched refs:TIFF_SHORT (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 158 type == TIFF_SHORT ? (void *)&w : (void *)&dw); in add_entry1() 461 ADD_ENTRY(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab); in encode_frame() 463 ADD_ENTRY1(s, TIFF_COMPR, TIFF_SHORT, s->compr); in encode_frame() 464 ADD_ENTRY1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation); in encode_frame() 468 ADD_ENTRY1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size); in encode_frame() 481 ADD_ENTRY1(s, TIFF_RES_UNIT, TIFF_SHORT, 2); in encode_frame() 495 ADD_ENTRY(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal); in encode_frame() 498 ADD_ENTRY1(s,TIFF_EXTRASAMPLES, TIFF_SHORT, 2); in encode_frame() 502 ADD_ENTRY(s, TIFF_YCBCR_SUBSAMPLING, TIFF_SHORT, 2, s->subsampling); in encode_frame() 504 ADD_ENTRY1(s, TIFF_YCBCR_POSITIONING, TIFF_SHORT, in encode_frame() [all...] |
H A D | tiff_common.h | 39 TIFF_SHORT, enumerator
|
H A D | exif.c | 185 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata); in exif_add_metadata()
|
H A D | tiff_common.c | 67 case TIFF_SHORT: return ff_tget_short(gb, le); in ff_tget()
|
H A D | tiff.c | 271 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, &frame->metadata); in add_metadata() 1243 case TIFF_SHORT: in tiff_decode_tag() 1292 case TIFF_SHORT: in tiff_decode_tag() 1715 s->cur_page = ff_tget(&s->gb, TIFF_SHORT, s->le); in tiff_decode_tag()
|
Completed in 7 milliseconds