Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dcodec_internal.h228 extern int vorbis_dsp_pcmout(vorbis_dsp_state *v,
Dvorbisfile.c586 vf->samptrack+=vorbis_dsp_pcmout(vf->vd,NULL,0); in _fetch_and_process_packet()
614 samples=vorbis_dsp_pcmout(vf->vd,NULL,0); in _fetch_and_process_packet()
1411 long samples=vorbis_dsp_pcmout(vf->vd,NULL,0); in ov_pcm_seek()
1590 samples=vorbis_dsp_pcmout(vf->vd,buffer,(bytes_req>>1)/channels); in ov_read()
Ddsp.c144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ in vorbis_dsp_pcmout() function