Lines Matching defs:offset
488 // if first time stamp is not more than 1/8 and 60s before the wrap point, subtract rather than add wrap offset
940 int64_t offset;
1029 /* Correct timestamps with byte offset if demuxers only have timestamps
1033 offset = av_rescale(pc->offset, pkt->duration, pkt->size);
1035 pkt->pts += offset;
1037 pkt->dts += offset;
1743 int64_t filesize, offset, duration;
1776 offset = filesize - (DURATION_MAX_READ_SIZE << retry);
1777 if (offset < 0)
1778 offset = 0;
1780 avio_seek(ic->pb, offset, SEEK_SET);
1838 offset &&