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

  /frameworks/base/media/libstagefright/codecs/aacdec/
check_crc.cpp 134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0);
135 UInt16 flag1 = (UInt16)((bMask & bValue) ? 1 : 0);
esc_iquant_scaling.h 90 UInt16 scale,
pv_audio_type_defs.h 107 #ifndef UInt16
108 typedef uint16_t UInt16;
huffspec_fxp.cpp 274 const UInt16 exptable[4] =
334 UInt16 scale;
esc_iquant_scaling.cpp 440 UInt16 scale,
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 16 UInt16 link_qual;
17 UInt16 comms_qual;
18 UInt16 signal;
19 UInt16 noise;
20 UInt16 port_stat;
21 UInt16 client_mode;
22 UInt16 res1;
23 UInt16 power;
24 UInt16 res2;
36 UInt16 channel
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 35 typedef UInt16 uint16_t;
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
128 UInt16 vendor;
129 UInt16 product;
199 UInt16 buffer[256];
200 UInt16 languages[128];
296 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product)
339 UInt16 maxPacketSize;
  /external/bluetooth/bluez/test/
test-telephony 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
  /external/speex/include/speex/
speex_types.h 55 typedef UInt16 spx_uint16_t;
  /external/tremolo/Tremolo/
os_types.h 88 typedef UInt16 ogg_uint16_t;
  /external/bzip2/
blocksort.c 350 UInt16* quadrant,
356 UInt16 s1, s2;
487 UInt16* quadrant,
623 UInt16* quadrant,
753 UInt16* quadrant,
766 UInt16 s;
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8);
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8);
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8);
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8)
    [all...]
bzlib_private.h 47 typedef unsigned short UInt16;
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
compress.c 137 ((UInt16*)s->arr1) [ 0 .. s->nblock-1 ].
152 UInt16* mtfv = s->mtfv;
256 UInt16 cost[BZ_N_GROUPS];
259 UInt16* mtfv = s->mtfv;
361 register UInt16 icv;
390 UInt16 icv = mtfv[i];
556 UInt16 mtfv_i;
decompress.c 212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
405 s->ll16[nblock] = (UInt16)uc;
479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
bzip2.c 167 typedef unsigned short UInt16;
    [all...]
bzlib.c 199 s->mtfv = (UInt16*)s->arr1;
    [all...]
  /system/core/fastboot/
usb_osx.c 186 UInt16 maxPacketSize;
331 UInt16 buffer[256];
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 239 UInt16 uni;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 35 #define kAudioCDFilesystemID (UInt16)(('J' << 8) | 'H') /* 'JH'; this avoids compiler warning */
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 231 UInt16 keyCode = [event keyCode];
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/chromium/base/
file_path.cc 495 const UInt16 lower_case_table[] = {
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 4907 milliseconds