Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dcodec_internal.h222 extern int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,
Dtreminfo.c340 int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_dsp_headerin() function
Dvorbisfile.c318 if((ret=vorbis_dsp_headerin(vi,vc,&op))){ in _fetch_headers()