Searched refs:codec_t (Results 1 – 1 of 1) sorted by relevance
183 } codec_t; typedef184 static codec_t* registeredCODECS = NULL;190 codec_t* cd; in TIFFFindCODEC()204 codec_t* cd = (codec_t*) in TIFFRegisterCODEC()205 _TIFFmalloc((tmsize_t)(sizeof (codec_t) + sizeof (TIFFCodec) + strlen(name)+1)); in TIFFRegisterCODEC()208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC()227 codec_t* cd; in TIFFUnRegisterCODEC()228 codec_t** pcd; in TIFFUnRegisterCODEC()256 codec_t *cd; in TIFFGetConfiguredCODECs()