Searched refs:pcm_returned (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c688 v->pcm_returned=-1;
718 if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL);
811 pcm_returned==-1 flag otherwise we're sensitive to first block
814 if(v->pcm_returned==-1){
815 v->pcm_returned=thisCenter;
818 v->pcm_returned=prevCenter;
862 v->pcm_returned+=(b->sample_count-v->granulepos)>>hs;
863 if(v->pcm_returned>v->pcm_current)
864 v->pcm_returned
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h67 int pcm_returned; member in struct:vorbis_dsp_state

Completed in 40 milliseconds