Lines Matching defs:next
1815 outputs->next = NULL;
1820 inputs->next = NULL;
3213 int next = is->show_mode;
3215 next = (next + 1) % SHOW_MODE_NB;
3216 } while (next != is->show_mode && (next == SHOW_MODE_VIDEO && !is->video_st || next != SHOW_MODE_VIDEO && !is->audio_st));
3217 if (is->show_mode != next) {
3219 is->show_mode = next;
3305 case SDLK_s: // S: Step to next frame