HomeSort by relevance Sort by last modified time
    Searched refs:new_stripbytecount (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_write.c 606 uint64* new_stripbytecount; local
611 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount,
613 if (new_stripoffset == NULL || new_stripbytecount == NULL) {
616 if (new_stripbytecount)
617 _TIFFfree(new_stripbytecount);
623 td->td_stripbytecount = new_stripbytecount;
  /external/pdfium/third_party/libtiff/
tif_write.c 650 uint64* new_stripbytecount; local
655 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount,
657 if (new_stripoffset == NULL || new_stripbytecount == NULL) {
660 if (new_stripbytecount)
661 _TIFFfree(new_stripbytecount);
667 td->td_stripbytecount = new_stripbytecount;

Completed in 458 milliseconds