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

  /external/opencore/codecs_v2/audio/aac/dec/include/
pv_audio_type_defs.h 112 #ifndef UInt16
113 typedef uint16 UInt16;
  /external/opencore/codecs_v2/audio/mp3/dec/include/
pvmp3_audio_type_defs.h 106 #ifndef UInt16
107 typedef uint16 UInt16;
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 107 #ifndef UInt16
108 typedef uint16_t UInt16;
  /external/bzip2/
bzip2.c 167 typedef unsigned short UInt16;
    [all...]
bzlib_private.h 47 typedef unsigned short UInt16;
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \

Completed in 157 milliseconds