Searched refs:add_entry1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiffenc.c148 static void add_entry1(TiffEncoderContext *s, function
424 add_entry1(s, TIFF_SUBFILE, TIFF_LONG, 0);
425 add_entry1(s, TIFF_WIDTH, TIFF_LONG, s->width);
426 add_entry1(s, TIFF_HEIGHT, TIFF_LONG, s->height);
431 add_entry1(s, TIFF_COMPR, TIFF_SHORT, s->compr);
432 add_entry1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation);
436 add_entry1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size);
438 add_entry1(s, TIFF_ROWSPERSTRIP, TIFF_LONG, s->rps);
449 add_entry1(s, TIFF_RES_UNIT, TIFF_SHORT, 2);
466 add_entry1(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiffenc.c138 static void add_entry1(TiffEncoderContext * s, function
413 add_entry1(s,TIFF_SUBFILE, TIFF_LONG, 0);
414 add_entry1(s,TIFF_WIDTH, TIFF_LONG, s->width);
415 add_entry1(s,TIFF_HEIGHT, TIFF_LONG, s->height);
420 add_entry1(s,TIFF_COMPR, TIFF_SHORT, s->compr);
421 add_entry1(s,TIFF_INVERT, TIFF_SHORT, s->photometric_interpretation);
425 add_entry1(s,TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size);
427 add_entry1(s,TIFF_ROWSPERSTRIP, TIFF_LONG, s->rps);
431 add_entry1(s,TIFF_RES_UNIT, TIFF_SHORT, 2);

Completed in 201 milliseconds