Lines Matching refs:video_stream
283 int video_stream;
1239 is->video_stream = -1;
1259 if (is->video_stream >= 0)
1260 stream_component_close(is, is->video_stream);
1447 if (is->video_stream >= 0 && is->videoq.nb_packets <= EXTERNAL_CLOCK_MIN_FRAMES ||
1450 } else if ((is->video_stream < 0 || is->videoq.nb_packets > EXTERNAL_CLOCK_MAX_FRAMES) &&
2680 is->video_stream = stream_index;
2914 if (is->video_stream < 0 && is->audio_stream < 0) {
2960 if (is->video_stream >= 0)
2979 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream);
2988 stream_has_enough_packets(is->video_st, is->video_stream, &is->videoq) &&
3009 if (is->video_stream >= 0)
3010 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream);
3040 } else if (pkt->stream_index == is->video_stream && pkt_in_play_range
3075 is->last_video_stream = is->video_stream = -1;
3137 old_index = is->video_stream;
3147 if (codec_type != AVMEDIA_TYPE_VIDEO && is->video_stream != -1) {
3148 p = av_find_program_from_stream(ic, NULL, is->video_stream);
3363 if (pos < 0 && cur_stream->video_stream >= 0)