Home
last modified time | relevance | path

Searched refs:JPEGDecodeRaw (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c183 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
1142 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1143 tif->tif_decodetile = JPEGDecodeRaw; in JPEGPreDecode()
1300 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw() function
DChangeLog59 * libtiff/tif_jpeg.c: Fix JPEGDecodeRaw() bugs.
68 JPEGDecodeRaw() - mostly likely to occur when there is confusion about
199 * libtiff/tif_jpeg.c (JPEGDecodeRaw) [JPEG_LIB_MK1_OR_12BIT]:
792 * libtiff/tif_jpeg.c: Made JPEGDecodeRaw() check for buffer overruns.
2746 * libtiff/tif_jpeg.c: added LIB_JPEG_MK1 support in JPEGDecodeRaw().
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c191 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
1165 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1166 tif->tif_decodetile = JPEGDecodeRaw; in JPEGPreDecode()
1371 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw() function