Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbis.mcp.exp40 vorbis_synthesis_pcmout
/external/libvorbis/win32/
Dvorbis.def42 vorbis_synthesis_pcmout
/external/libvorbis/lib/
Dvorbisfile.c711 int oldsamples=vorbis_synthesis_pcmout(&vf->vd,NULL); in _fetch_and_process_packet()
717 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples; in _fetch_and_process_packet()
746 samples=vorbis_synthesis_pcmout(&vf->vd,NULL); in _fetch_and_process_packet()
1652 long samples=vorbis_synthesis_pcmout(&vf->vd,NULL); in ov_pcm_seek()
1859 samples=vorbis_synthesis_pcmout(&vf->vd,&pcm); in ov_read_filter()
2009 long samples=vorbis_synthesis_pcmout(&vf->vd,&pcm); in ov_read_float()
2088 if(vorbis_synthesis_pcmout(vd,NULL))break; in _ov_initprime()
2109 int samples=vorbis_synthesis_pcmout(vd,&pcm); in _ov_getlap()
Dblock.c907 int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm){ in vorbis_synthesis_pcmout() function
/external/libvorbis/include/vorbis/
Dcodec.h212 extern int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm);
/external/libvorbis/examples/
Ddecoder_example.c239 while((samples=vorbis_synthesis_pcmout(&vd,&pcm))>0){ in main()
/external/libvorbis/test/
Dwrite_read.c260 while ((samples = vorbis_synthesis_pcmout (&vd,&pcm)) > 0 && read_total < count) { in read_vorbis_data_or_die()