Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c195 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
1300 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()
1301 tif->tif_decodetile = JPEGDecodeRaw; in JPEGPreDecode()
1506 JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecodeRaw() function