Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c194 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
1305 tif->tif_decoderow = JPEGDecode; in JPEGPreDecode()
1306 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()
1307 tif->tif_decodetile = JPEGDecode; in JPEGPreDecode()
1328 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode() function
1384 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGDecode() function
2541 tif->tif_decoderow = JPEGDecode; in TIFFInitJPEG()
2542 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
2543 tif->tif_decodetile = JPEGDecode; in TIFFInitJPEG()