Lines Matching defs:video_st
284 AVStream *video_st;
1238 is->video_st = NULL;
1358 else if (is->video_st)
1413 if (is->video_st)
1582 if (is->video_st) {
1694 if (is->video_st)
1699 if (is->audio_st && is->video_st)
1701 else if (is->video_st)
1710 (is->audio_st && is->video_st) ? "A-V" : (is->video_st ? "M-V" : (is->audio_st ? "M-A" : " ")),
1716 is->video_st ? is->viddec.avctx->pts_correction_num_faulty_dts : 0,
1717 is->video_st ? is->viddec.avctx->pts_correction_num_faulty_pts : 0);
1774 dpts = av_q2d(is->video_st->time_base) * frame->pts;
1776 frame->sample_aspect_ratio = av_guess_sample_aspect_ratio(is->ic, is->video_st, frame);
1847 AVCodecParameters *codecpar = is->video_st->codecpar;
1848 AVRational fr = av_guess_frame_rate(is->ic, is->video_st, NULL);
1877 is->video_st->time_base.num, is->video_st->time_base.den,
1918 int32_t *displaymatrix = (int32_t *)av_stream_get_side_data(is->video_st, AV_PKT_DATA_DISPLAYMATRIX, NULL);
2123 AVRational tb = is->video_st->time_base;
2124 AVRational frame_rate = av_guess_frame_rate(is->ic, is->video_st, NULL);
2681 is->video_st = ic->streams[stream_index];
2975 if (is->video_st && is->video_st->disposition & AV_DISPOSITION_ATTACHED_PIC) {
2976 if ((ret = av_packet_ref(pkt, &is->video_st->attached_pic)) < 0)
2988 stream_has_enough_packets(is->video_st, is->video_stream, &is->videoq) &&
2998 (!is->video_st || (is->viddec.finished == is->videoq.serial && frame_queue_nb_remaining(&is->pictq) == 0))) {
3041 && !(is->video_st->disposition & AV_DISPOSITION_ATTACHED_PIC)) {
3216 } while (next != is->show_mode && (next == SHOW_MODE_VIDEO && !is->video_st || next != SHOW_MODE_VIDEO && !is->audio_st));