HomeSort by relevance Sort by last modified time
    Searched refs:pcm_returned (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
block.c 698 v->pcm_returned=-1;
728 if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL);
821 pcm_returned==-1 flag otherwise we're sensitive to first block
824 if(v->pcm_returned==-1){
825 v->pcm_returned=thisCenter;
828 v->pcm_returned=prevCenter;
872 v->pcm_returned+=(b->sample_count-v->granulepos)>>hs;
873 if(v->pcm_returned>v->pcm_current)
874 v->pcm_returned=v->pcm_current
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 67 int pcm_returned; member in struct:vorbis_dsp_state

Completed in 40 milliseconds