• Home
  • Raw
  • Download

Lines Matching refs:show_mode

264     } show_mode;  member
344 static enum ShowMode show_mode = SHOW_MODE_NONE; variable
1078 int data_used= s->show_mode == SHOW_MODE_WAVES ? s->width : (2*nb_freq); in video_audio_display()
1095 if (s->show_mode == SHOW_MODE_WAVES) { in video_audio_display()
1116 if (s->show_mode == SHOW_MODE_WAVES) { in video_audio_display()
1163 s->show_mode = SHOW_MODE_WAVES; in video_audio_display()
1368 if (is->audio_st && is->show_mode != SHOW_MODE_VIDEO) in video_display()
1585 if (!display_disable && is->show_mode != SHOW_MODE_VIDEO && is->audio_st) { in video_refresh()
1688 …if (!display_disable && is->force_refresh && is->show_mode == SHOW_MODE_VIDEO && is->pictq.rindex_… in video_refresh()
2470 if (is->show_mode != SHOW_MODE_VIDEO) in sdl_audio_callback()
2900 is->show_mode = show_mode; in read_thread()
2918 if (is->show_mode == SHOW_MODE_NONE) in read_thread()
2919 is->show_mode = ret >= 0 ? SHOW_MODE_VIDEO : SHOW_MODE_RDFT; in read_thread()
3223 int next = is->show_mode; in toggle_audio_display()
3226 …} while (next != is->show_mode && (next == SHOW_MODE_VIDEO && !is->video_st || next != SHOW_MODE_V… in toggle_audio_display()
3227 if (is->show_mode != next) { in toggle_audio_display()
3229 is->show_mode = next; in toggle_audio_display()
3244 if (is->show_mode != SHOW_MODE_NONE && (!is->paused || is->force_refresh)) in refresh_loop_wait_event()
3334 … if (cur_stream->show_mode == SHOW_MODE_VIDEO && cur_stream->vfilter_idx < nb_vfilters - 1) { in event_loop()
3540 show_mode = !strcmp(arg, "video") ? SHOW_MODE_VIDEO : in opt_show_mode()