Lines Matching refs:next
454 * The prev_ values needed for decoding POC of the next picture are not set here. */
471 /* Set up the prev_ values for decoding POC of the next picture. */
596 int next;
608 next = buf_size;
610 next = h264_find_frame_end(p, buf, buf_size, avctx);
612 if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
618 if (next < 0 && next != END_NOT_FOUND) {
619 av_assert1(pc->last_index + next >= 0);
620 h264_find_frame_end(p, &pc->buffer[pc->last_index + next], -next, avctx); // update state
664 return next;