Searched refs:vorbis_dsp_pcmout (Results 1 – 3 of 3) sorted by relevance
/external/tremolo/Tremolo/ |
D | codec_internal.h | 228 extern int vorbis_dsp_pcmout(vorbis_dsp_state *v,
|
D | vorbisfile.c | 586 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()
|
D | dsp.c | 144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ in vorbis_dsp_pcmout() function
|