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

  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 474 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */
501 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */
514 From14 = (uint16 *)_TIFFmalloc(16384*sizeof(uint16));
519 if (FromLT2 == NULL || From14 == NULL || From8 == NULL ||
522 if (From14) _TIFFfree(From14);
528 sp->From14 = NULL;
571 From14[i] = j;
587 sp->From14 = From14;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 474 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */
501 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */
514 From14 = (uint16 *)_TIFFmalloc(16384*sizeof(uint16));
519 if (FromLT2 == NULL || From14 == NULL || From8 == NULL ||
522 if (From14) _TIFFfree(From14);
528 sp->From14 = NULL;
571 From14[i] = j;
587 sp->From14 = From14;
    [all...]

Completed in 62 milliseconds