Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Ddsp.c57 v->out_begin=-1; in vorbis_dsp_restart()
147 if(v->out_begin>-1 && v->out_begin<v->out_end){ in vorbis_dsp_pcmout()
148 int n=v->out_end-v->out_begin; in vorbis_dsp_pcmout()
158 v->out_begin,v->out_begin+n); in vorbis_dsp_pcmout()
166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL); in vorbis_dsp_read()
167 v->out_begin+=s; in vorbis_dsp_read()
242 if(vd->out_begin==-1){ in vorbis_dsp_synthesis()
243 vd->out_begin=0; in vorbis_dsp_synthesis()
246 vd->out_begin=0; in vorbis_dsp_synthesis()
297 vd->out_begin+=(int)(vd->sample_count-vd->granulepos); in vorbis_dsp_synthesis()
[all …]
Dcodec_internal.h64 int out_begin; member
/external/epid-sdk/ext/argtable3/
Dargtable3.c2745 TREX_API TRexBool trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TR…
2746 … const TRexChar* text_begin, const TRexChar* text_end, const TRexChar** out_begin, const TRexChar*…
3632 …xp,const TRexChar* text_begin,const TRexChar* text_end,const TRexChar** out_begin, const TRexChar*… in trex_searchrange() argument
3656 if(out_begin) *out_begin = text_begin; in trex_searchrange()
3661 TRexBool trex_search(TRex* exp,const TRexChar* text, const TRexChar** out_begin, const TRexChar** o… in trex_search() argument
3663 return trex_searchrange(exp,text,text + scstrlen(text),out_begin,out_end); in trex_search()