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

  /external/libvorbis/doc/vorbisfile/
vorbisfile_example_c.html 37 char pcmout[4096];
66 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
76 fwrite(pcmout,1,ret,stdout);
seekingexample.html 63 char pcmout[4096];
143 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
152 fwrite(pcmout,1,ret,stdout);
example.html 63 char pcmout[4096];
149 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
159 fwrite(pcmout,1,ret,stdout);
  /external/libvorbis/examples/
vorbisfile_example.c 33 char pcmout[4096]; /* take 4k out of the data segment, not the stack */ variable
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
83 fwrite(pcmout,1,ret,stdout);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 237 PCMOUT = 0x00010000,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 237 PCMOUT = 0x00010000,
  /external/libvorbis/lib/
block.c 931 This funtion works like pcmout above, except it will also expose

Completed in 308 milliseconds