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

  /external/libvorbis/examples/
decoder_example.c 248 float *mono=pcm[i]; local
251 int val=floor(mono[j]*32767.f+.5f);
253 int val=mono[j]*32767.f+drand48()-0.5f;
  /external/libvorbis/lib/
psytune.c 486 float *mono=out[i]; local
489 int val=mono[j]*32767.;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 283 u8 mono:1; member in struct:wf_patch
403 only handles mono samples in a given slot), and the only way to do
410 0 no channel selection (use channel 1, sample is MONO)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 283 u8 mono:1; member in struct:wf_patch
403 only handles mono samples in a given slot), and the only way to do
410 0 no channel selection (use channel 1, sample is MONO)

Completed in 297 milliseconds