Lines Matching defs:next
87 { "frag_discont", "Signal that the next fragment is discontinuous from earlier ones", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FRAG_DISCONT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
111 { "fragment_index", "Fragment number of the next fragment", offsetof(MOVMuxContext, fragments), AV_OPT_TYPE_INT, {.i64 = 1}, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM},
1004 const uint8_t *start, *next, *end = track->vos_data + track->vos_len;
1025 for (next = start; next < end; start = next) {
1028 next = find_next_marker(start + 4, end);
1029 size = next - start - 4;
5336 * nb_frag_info - 1 is the next fragment to be written. */
5991 const uint8_t *start, *next, *end = pkt->data + pkt->size;
5995 for (next = start; next < end; start = next) {
5996 next = find_next_marker(start + 4, end);
6202 // of the first sample in the next fragment, so we have to rely
6647 * the next fragment. This means the cts of the first sample must
6834 // Set the duration of this track to line up with the next