HomeSort by relevance Sort by last modified time
    Searched full:bits16 (Results 1 - 9 of 9) sorted by null

  /external/qemu/audio/
wavcapture.c 97 int stereo, bits16, shift; local
112 bits16 = bits == 16;
116 as.fmt = bits16 ? AUD_FMT_S16 : AUD_FMT_U8;
125 shift = bits16 + stereo;
126 hdr[34] = bits16 ? 0x10 : 0x08;
wavaudio.c 117 int bits16 = 0, stereo = 0; local
132 bits16 = 0;
137 bits16 = 1;
146 hdr[34] = bits16 ? 0x10 : 0x08;
161 le_store (hdr + 28, hw->info.freq << (bits16 + stereo), 4);
162 le_store (hdr + 32, 1 << (bits16 + stereo), 2);
fmodaudio.c 346 int bits16, mode, channel; local
377 bits16 = (mode & FSOUND_16BITS) != 0;
408 int bits16, mode; local
435 bits16 = (mode & FSOUND_16BITS) != 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 161 typedef CARD16 BITS16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 161 typedef CARD16 BITS16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 161 typedef CARD16 BITS16;
  /external/chromium/webkit/glue/
webcursor_mac.mm 250 // The Core Endian flipper callback for 'CURS' doesn't flip Bits16 as if it
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 125 #define BITS16 16 /* unmasking command line parameter */
1004 iAacParam->nBitPerSample = BITS16; /* BitsPerSample; */
    [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 179 milliseconds