ReactOS 0.4.16-dev-297-gc569aee
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
struct | _codec |
Typedefs | |
typedef struct _codec | codec_t |
Variables | |
static codec_t * | registeredCODECS = NULL |
Definition at line 88 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 125 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 95 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 51 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 116 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 102 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 58 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 109 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 65 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 135 of file tif_compress.c.
Referenced by TIFFClientOpen(), and TIFFSetCompressionScheme().
Definition at line 132 of file tif_compress.c.
Referenced by _TIFFSetDefaultCompressionState().
Definition at line 186 of file tif_compress.c.
Referenced by _notConfigured(), TIFFIsCODECConfigured(), TIFFNoDecode(), TIFFNoEncode(), TIFFPrintDirectory(), and TIFFSetCompressionScheme().
Get list of configured codecs, both built-in and registered by user. Caller is responsible to free this structure.
Definition at line 252 of file tif_compress.c.
Definition at line 72 of file tif_compress.c.
Referenced by _TIFFNoRowDecode(), _TIFFNoStripDecode(), and _TIFFNoTileDecode().
Definition at line 34 of file tif_compress.c.
Referenced by _TIFFNoRowEncode(), _TIFFNoStripEncode(), and _TIFFNoTileEncode().
TIFFCodec * TIFFRegisterCODEC | ( | uint16 | scheme, |
const char * | name, | ||
TIFFInitMethod | init | ||
) |
Definition at line 201 of file tif_compress.c.
Definition at line 160 of file tif_compress.c.
Referenced by _TIFFVSetField().
Definition at line 224 of file tif_compress.c.
Definition at line 183 of file tif_compress.c.
Referenced by TIFFFindCODEC(), TIFFGetConfiguredCODECs(), TIFFRegisterCODEC(), and TIFFUnRegisterCODEC().