Lines Matching defs:next
2059 /* next IndexSID */
3230 int64_t next = avio_tell(pb);
3232 if (next < 0 || next > INT64_MAX - size) {
3236 return next < 0 ? next : AVERROR_INVALIDDATA;
3238 next += size;
3276 } else if (avio_tell(pb) <= next) /* only seek forward, else this can loop for a long time */
3277 avio_seek(pb, next, SEEK_SET);
3308 uint64_t next = avio_tell(s->pb) + klv.length;
3312 if (avio_tell(s->pb) > next) {
3318 avio_seek(s->pb, next, SEEK_SET);
3422 * Called when the next partition or EOF is encountered
3467 /* essence container spans to the next partition */
3472 /* next ThisPartition < essence_offset */
3709 /* next partition pack - keep going, seek to previous partition or stop */
3765 /* Get the edit unit of the next packet from current_offset in a track. The returned edit unit can be original_duration as well! */
3820 * Also determine the next edit unit (or packet) offset.
3840 /* check if the next edit unit offset (next_ofs) starts ahead of current_offset */
3850 av_log(mxf->fc, AV_LOG_ERROR, "failed to find next track edit unit in stream %d\n", st->index);
3984 // We must not overread, because the next edit unit might be in another KLV