Lines Matching refs:granule
168 os->granule = -1;
461 os->granule = gp;
561 if (os->granule == -1)
563 "Page at %"PRId64" is missing granule\n",
627 // if not, the page's granule will apply to this packet
667 if (i >= 0 && ogg->streams[i].granule != -1 && ogg->streams[i].granule != 0 &&
670 ogg_gptopts(s, i, ogg->streams[i].granule, NULL);
787 if (os->granule != -1LL) {
789 pts = ogg_gptopts(s, idx, os->granule, dts);
791 os->lastpts = ogg_gptopts(s, idx, os->granule, &os->lastdts);
792 os->granule = -1LL;