HomeSort by relevance Sort by last modified time
    Searched full:jpegtables (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/libtiff/
tif_jpeg.c 179 void* jpegtables; /* JPEGTables tag value, or NULL */ member in struct:__anon21662
183 int jpegtablesmode; /* What to put in JPEGTables */
200 { TIFFTAG_JPEGTABLES, -3, -3, TIFF_UNDEFINED, 0, TIFF_SETGET_C32_UINT8, TIFF_SETGET_C32_UINT8, FIELD_JPEGTABLES, FALSE, TRUE, "JPEGTables", NULL },
461 * Alternate destination manager for outputting to JPEGTables field.
470 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
481 newbuf = _TIFFrealloc((void*) sp->jpegtables,
487 sp->jpegtables = newbuf;
509 if (sp->jpegtables)
510 _TIFFfree(sp->jpegtables);
    [all...]
tiff.h 560 #define TIFFTAG_JPEGTABLESMODE 65539 /* What to put in JPEGTables */
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 171 void* jpegtables; /* JPEGTables tag value, or NULL */ member in struct:__anon20383
175 int jpegtablesmode; /* What to put in JPEGTables */
192 { TIFFTAG_JPEGTABLES, -3, -3, TIFF_UNDEFINED, 0, TIFF_SETGET_C32_UINT8, TIFF_SETGET_C32_UINT8, FIELD_JPEGTABLES, FALSE, TRUE, "JPEGTables", NULL },
447 * Alternate destination manager for outputting to JPEGTables field.
456 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
467 newbuf = _TIFFrealloc((void*) sp->jpegtables,
473 sp->jpegtables = newbuf;
495 if (sp->jpegtables)
496 _TIFFfree(sp->jpegtables);
    [all...]
tiff.h 529 #define TIFFTAG_JPEGTABLESMODE 65539 /* What to put in JPEGTables */
    [all...]
ChangeLog 725 directories with jpegtables when doing updates to existing images.
777 * libtiff/tif_jpeg.c: Do not generate a JPEGTables tag when creating
    [all...]
  /external/dng_sdk/source/
dng_ifd.cpp 1106 printf ("JPEGTables: count = %u, offset = %u\n",
    [all...]
dng_parse_utils.cpp 208 { tcJPEGTables, "JPEGTables" },
    [all...]
  /external/ImageMagick/MagickCore/
property.c 989 { 0x15b, "exif:JPEGTables" },
    [all...]

Completed in 2490 milliseconds