Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c191 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
2007 tif->tif_encoderow = JPEGEncodeRaw; in JPEGPreEncode()
2008 tif->tif_encodestrip = JPEGEncodeRaw; in JPEGPreEncode()
2009 tif->tif_encodetile = JPEGEncodeRaw; in JPEGPreEncode()
2114 JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in JPEGEncodeRaw() function

Completed in 7 milliseconds