Lines Matching full:pcmlengths
512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
516 vf->pcmlengths[m*2+1]=endgran;
588 vf->pcmlengths[m*2+1]=searchgran;
589 vf->pcmlengths[m*2+2]=pcmoffset;
590 vf->pcmlengths[m*2+3]-=pcmoffset;
648 vf->pcmlengths[0]=pcmoffset;
649 vf->pcmlengths[1]-=pcmoffset;
740 granulepos-=vf->pcmlengths[link*2];
750 granulepos+=vf->pcmlengths[i*2+1];
966 if(vf->pcmlengths)_ogg_free(vf->pcmlengths);
1189 return(vf->pcmlengths[i*2+1]);
1208 return((double)(vf->pcmlengths[i*2+1])/vf->vi[i].rate);
1300 ogg_int64_t granulepos=op.granulepos-vf->pcmlengths[link*2];
1304 granulepos+=vf->pcmlengths[i*2+1];
1400 total-=vf->pcmlengths[link*2+1];
1414 ogg_int64_t begintime = vf->pcmlengths[link*2];
1415 ogg_int64_t endtime = vf->pcmlengths[link*2+1]+begintime;
1543 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2];
1610 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2];
1613 vf->pcm_offset+=vf->pcmlengths[i*2+1];
1683 pcm_total+=vf->pcmlengths[link*2+1];
1713 pcm_total+=vf->pcmlengths[link*2+1];
1751 pcm_total-=vf->pcmlengths[link*2+1];