Lines Matching defs:next
141 int next = END_NOT_FOUND;
148 next = 0;
168 // Header unescaping terminates early due to detection of next start code
219 next = i - 4;
232 next = buf_size;
234 if (ff_combine_frame(&vpc->pc, next, &buf, &buf_size) < 0) {
243 * then on the next call then we'll have been unhelpfully rewound
250 if (next < 0 && next != END_NOT_FOUND)
251 vpc->bytes_to_skip += next;
255 return next;