HomeSort by relevance Sort by last modified time
    Searched refs:JPEGState (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 134 * NB: cinfo is required to be the first member of JPEGState,
135 * so we can safely cast JPEGState* -> jpeg_xxx_struct*
178 } JPEGState;
180 #define JState(tif) ((JPEGState*)(tif)->tif_data)
215 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */
235 TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", "%s", buffer);
248 TIFFjpeg_create_compress(JPEGState* sp)
259 TIFFjpeg_create_decompress(JPEGState* sp)
270 TIFFjpeg_set_defaults(JPEGState* sp
    [all...]
tif_jpeg_12.c 15 JPEGState* sp;
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 142 * NB: cinfo is required to be the first member of JPEGState,
143 * so we can safely cast JPEGState* -> jpeg_xxx_struct*
186 } JPEGState;
188 #define JState(tif) ((JPEGState*)(tif)->tif_data)
223 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */
243 TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", "%s", buffer);
256 TIFFjpeg_create_compress(JPEGState* sp)
270 TIFFjpeg_create_decompress(JPEGState* sp)
284 TIFFjpeg_set_defaults(JPEGState* sp
    [all...]

Completed in 36 milliseconds