HomeSort by relevance Sort by last modified time
    Searched defs:codec_t (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/libtiff/
tif_compress.c 183 } codec_t; typedef in typeref:struct:_codec
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
    [all...]
  /external/libhevc/decoder/
ihevcd_structs.h 47 typedef struct _codec_t codec_t; typedef in typeref:struct:_codec_t
330 codec_t *ps_codec;
479 codec_t *ps_codec;
548 codec_t *ps_codec;
1179 codec_t *ps_codec;
    [all...]
  /external/libavc/encoder/
ih264e_structs.h 46 typedef struct _codec_t codec_t; typedef in typeref:struct:_codec_t
    [all...]

Completed in 99 milliseconds