• Home
  • Raw
  • Download

Lines Matching refs:videoq

286     PacketQueue videoq;  member
1278 packet_queue_destroy(&is->videoq); in stream_close()
1459 if (is->video_stream >= 0 && is->videoq.nb_packets <= EXTERNAL_CLOCK_MIN_FRAMES || in check_external_clock_speed()
1462 } else if ((is->video_stream < 0 || is->videoq.nb_packets > EXTERNAL_CLOCK_MAX_FRAMES) && in check_external_clock_speed()
1606 if (vp->serial != is->videoq.serial) { in video_refresh()
1707 vqsize = is->videoq.size; in video_refresh()
1796 is->videoq.nb_packets) { in get_video_frame()
2223 if (is->videoq.serial != is->viddec.pkt_serial) in video_thread()
2697 if ((ret = decoder_init(&is->viddec, avctx, &is->videoq, is->continue_read_thread)) < 0) in stream_component_open()
2972 packet_queue_flush(&is->videoq); in read_thread()
2989 packet_queue_put(&is->videoq, pkt); in read_thread()
2990 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream); in read_thread()
2997 (is->audioq.size + is->videoq.size + is->subtitleq.size > MAX_QUEUE_SIZE in read_thread()
2999 stream_has_enough_packets(is->video_st, is->video_stream, &is->videoq) && in read_thread()
3009 …(!is->video_st || (is->viddec.finished == is->videoq.serial && frame_queue_nb_remaining(&is->pictq… in read_thread()
3021 packet_queue_put_nullpacket(&is->videoq, pkt, is->video_stream); in read_thread()
3053 packet_queue_put(&is->videoq, pkt); in read_thread()
3096 if (frame_queue_init(&is->pictq, &is->videoq, VIDEO_PICTURE_QUEUE_SIZE, 1) < 0) in stream_open()
3103 if (packet_queue_init(&is->videoq) < 0 || in stream_open()
3113 init_clock(&is->vidclk, &is->videoq.serial); in stream_open()