OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_dsp_synthesis
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
codec_internal.h
226
extern int
vorbis_dsp_synthesis
(vorbis_dsp_state *vd,
dsp.c
208
int
vorbis_dsp_synthesis
(vorbis_dsp_state *vd,ogg_packet *op,int decodep){
function
vorbisfile.c
578
if(!
vorbis_dsp_synthesis
(vf->vd,&op,1)){ /* lazy check for lazy
[
all
...]
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
354
int err =
vorbis_dsp_synthesis
(mState, &pack, 1);
356
ALOGW("
vorbis_dsp_synthesis
returned %d", err);
Completed in 110 milliseconds