Searched refs:DecodeRowError (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 187 static int DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 1141 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode() 1283 DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DecodeRowError() function
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 195 static int DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 1164 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode() 1354 DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s) in DecodeRowError() function
|