Searched refs:pcmout (Results 1 – 1 of 1) sorted by relevance
/external/libvorbis/examples/ |
D | 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,¤t_section); in main() 83 fwrite(pcmout,1,ret,stdout); in main()
|