Searched defs:JPEGDecode (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c190 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
565 * we push this into the io machinery in JPEGDecode().
1172 tif->tif_decoderow = JPEGDecode;
1173 tif->tif_decodestrip = JPEGDecode;
1174 tif->tif_decodetile = JPEGDecode;
1195 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) function
1251 JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) function
2390 tif->tif_decoderow = JPEGDecode;
2391 tif->tif_decodestrip = JPEGDecode;
2392 tif->tif_decodetile = JPEGDecode;
[all...]

Completed in 128 milliseconds