Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_ojpeg.c336 uint8* skip_buffer; member
762 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()
764 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line); in OJPEGPreDecodeSkipScanlines()
765 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()
773 … if (jpeg_read_scanlines_encap(sp,&(sp->libjpeg_jpeg_decompress_struct),&sp->skip_buffer,1)==0) in OJPEGPreDecodeSkipScanlines()
967 if (sp->skip_buffer!=0) in OJPEGCleanup()
968 _TIFFfree(sp->skip_buffer); in OJPEGCleanup()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c345 uint8* skip_buffer; member
776 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()
778 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line); in OJPEGPreDecodeSkipScanlines()
779 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()
787 if (jpeg_read_scanlines_encap(sp,&(sp->libjpeg_jpeg_decompress_struct),&sp->skip_buffer,1)==0) in OJPEGPreDecodeSkipScanlines()
981 if (sp->skip_buffer!=0) in OJPEGCleanup()
982 _TIFFfree(sp->skip_buffer); in OJPEGCleanup()