Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c340 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/
Dtif_jpeg.c354 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()