Lines Matching refs:pts
422 // OggVP8 requires pts to increase by 1 per visible frame, so use the least common
642 int64_t pts = oggstream->vrev < 1 ? pkt->pts : pkt->pts + pkt->duration;
645 oggstream->last_kf_pts = pts;
646 pframe_count = pts - oggstream->last_kf_pts;
654 granule = pkt->pts + pkt->duration +
659 int64_t pts, invcnt, dist;
663 pts = pkt->pts + pkt->duration;
668 granule = (pts << 32) | (invcnt << 30) | (dist << 3);
670 granule = pkt->pts + pkt->duration;
673 oggstream->page.start_granule = pkt->pts;