Home
last modified time | relevance | path

Searched refs:pcmout (Results 1 – 1 of 1) sorted by relevance

/external/libvorbis/examples/
Dvorbisfile_example.c33 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); in main()
83 fwrite(pcmout,1,ret,stdout); in main()