Lines Matching defs:next
949 int64_t dts, int64_t next)
1010 avio_seek(s->pb, next + 4, SEEK_SET);
1063 int64_t next, pos, meta_pos;
1111 next = size + avio_tell(s->pb);
1136 type = flv_read_metabody(s, next);
1139 flv->validate_index[0].pos > next &&
1140 flv->validate_index[0].pos - 4 < next) {
1141 av_log(s, AV_LOG_WARNING, "Adjusting next position due to index mismatch\n");
1142 next = flv->validate_index[0].pos - 4;
1147 return flv_data_packet(s, pkt, dts, next);
1149 return flv_data_packet(s, pkt, dts, next);
1160 if (avio_seek(s->pb, next, SEEK_SET) != next) {
1162 // next, on a non-seekable input, and the preceding data has
1164 av_log(s, AV_LOG_ERROR, "Unable to seek to the next packet\n");
1221 avio_seek(s->pb, next, SEEK_SET);