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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/examples/
H A 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);
78 fwrite(pcmout,1,ret,stdout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/examples/
H A 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);
78 fwrite(pcmout,1,ret,stdout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/examples/
H A 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);
78 fwrite(pcmout,1,ret,stdout);

Completed in 110 milliseconds