Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_pixarlog.c669 tmsize_t tbuf_size; in PixarLogSetupDecode() local
695 tbuf_size = add_ms(tbuf_size, sizeof(uint16) * sp->stride); in PixarLogSetupDecode()
696 if (tbuf_size == 0) in PixarLogSetupDecode()
698 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupDecode()
701 sp->tbuf_size = tbuf_size; in PixarLogSetupDecode()
707 sp->tbuf_size = 0; in PixarLogSetupDecode()
717 sp->tbuf_size = 0; in PixarLogSetupDecode()
802 if ((tmsize_t)sp->stream.avail_out > sp->tbuf_size) in PixarLogDecode()
902 tmsize_t tbuf_size; in PixarLogSetupEncode() local
912 if (tbuf_size == 0) in PixarLogSetupEncode()
[all …]