Searched refs:TIFFjpeg_read_scanlines (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 340 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) in TIFFjpeg_read_scanlines() function 1218 if (TIFFjpeg_read_scanlines(sp, &line_work_buf, 1) != 1) in JPEGDecode() 1260 if (TIFFjpeg_read_scanlines(sp, &bufptr, 1) != 1) in JPEGDecode()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 354 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) in TIFFjpeg_read_scanlines() function 1228 if (TIFFjpeg_read_scanlines(sp, &bufptr, 1) != 1) in JPEGDecode() 1299 if (TIFFjpeg_read_scanlines(sp, &line_work_buf, 1) != 1) in JPEGDecode()
|