Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:total

68    (seeking/scrubbing) or desire to know the total length/time of a
935 /* returns: total raw (compressed) length of content if i==-1
954 /* returns: total PCM length (samples) of content if i==-1 PCM length
973 /* returns: total milliseconds of content if i==-1
1156 ogg_int64_t total=ov_pcm_total(vf,-1);
1162 if(pos<0 || pos>total)return OV_EINVAL;
1166 total-=vf->pcmlengths[link*2+1];
1167 if(pos>=total)break;
1192 ogg_int64_t target=pos-total+begintime;
1295 vf->pcm_offset+=total;