Lines Matching defs:videoq
285 PacketQueue videoq;
1266 packet_queue_destroy(&is->videoq);
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) &&
1594 if (vp->serial != is->videoq.serial) {
1695 vqsize = is->videoq.size;
1784 is->videoq.nb_packets) {
2207 if (is->videoq.serial != is->viddec.pkt_serial)
2683 if ((ret = decoder_init(&is->viddec, avctx, &is->videoq, is->continue_read_thread)) < 0)
2961 packet_queue_flush(&is->videoq);
2978 packet_queue_put(&is->videoq, pkt);
2979 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream);
2986 (is->audioq.size + is->videoq.size + is->subtitleq.size > MAX_QUEUE_SIZE
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))) {
3010 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream);
3042 packet_queue_put(&is->videoq, pkt);
3086 if (frame_queue_init(&is->pictq, &is->videoq, VIDEO_PICTURE_QUEUE_SIZE, 1) < 0)
3093 if (packet_queue_init(&is->videoq) < 0 ||
3103 init_clock(&is->vidclk, &is->videoq.serial);