Lines Matching refs:next
659 int64_t next = avio_tell(pb);
661 if (size < 12 || next < 0 || next > INT64_MAX - size)
664 next += size - 4;
697 /* read next level up_from_alias/down_to_target */
705 for (type = 0; type != -1 && avio_tell(pb) < next; ) {
765 avio_seek(pb, next, SEEK_SET);
1599 avio_rb32(pb); /* next track ID */
2908 // We replace this entry by the next valid
4550 /* find a next level down to target */
4559 /* compose filename if next level down to target was found */
5194 // Find the next frag_index index that has a valid index_entry for
5427 // of the next fragment in index_entries. Mark the samples in the next
6957 for (AVEncryptionInitInfo *cur = old_init_info;; cur = cur->next) {
6958 if (!cur->next) {
6959 cur->next = info;
9176 /* Update the stsc index for the next sample */
9292 int next = time_sample + sc->ctts_data[i].count;
9293 if (next > sc->current_sample) {
9298 time_sample = next;
9306 int64_t next = time_sample + mov_get_stsc_samples(sc, i);
9307 if (next > sc->current_sample) {
9312 av_assert0(next == (int)next);
9313 time_sample = next;