Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c193 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
1853 tif->tif_encoderow = JPEGEncodeRaw; in JPEGPreEncode()
1854 tif->tif_encodestrip = JPEGEncodeRaw; in JPEGPreEncode()
1855 tif->tif_encodetile = JPEGEncodeRaw; in JPEGPreEncode()
1960 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw() function