Searched refs:ADD_ENTRY1 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 240 #define ADD_ENTRY1(s, tag, type, val) \ macro 456 ADD_ENTRY1(s, TIFF_SUBFILE, TIFF_LONG, 0); in encode_frame() 457 ADD_ENTRY1(s, TIFF_WIDTH, TIFF_LONG, s->width); in encode_frame() 458 ADD_ENTRY1(s, TIFF_HEIGHT, TIFF_LONG, s->height); 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() 470 ADD_ENTRY1(s, TIFF_ROWSPERSTRIP, TIFF_LONG, s->rps); in encode_frame() 481 ADD_ENTRY1(s, TIFF_RES_UNIT, TIFF_SHORT, 2); in encode_frame() 498 ADD_ENTRY1( in encode_frame() [all...] |
Completed in 3 milliseconds