Home | History | Annotate | Download | only in libtiff

Lines Matching refs:codec_t

183 } codec_t;
184 static codec_t* registeredCODECS = NULL;
190 codec_t* cd;
204 codec_t* cd = (codec_t*)
205 _TIFFmalloc((tmsize_t)(sizeof (codec_t) + sizeof (TIFFCodec) + strlen(name)+1));
208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t));
227 codec_t* cd;
228 codec_t** pcd;
256 codec_t *cd;