Searched refs:first_queue_st (Results 1 – 1 of 1) sorted by relevance
2151 RTSPStream **rtsp_st, RTSPStream *first_queue_st, in read_packet() argument2171 if (first_queue_st && rt->transport == RTSP_TRANSPORT_RTP && in read_packet()2192 RTSPStream *rtsp_st, *first_queue_st = NULL; in ff_rtsp_fetch_packet() local2234 first_queue_st = rt->rtsp_streams[i]; in ff_rtsp_fetch_packet()2241 first_queue_st = NULL; in ff_rtsp_fetch_packet()2252 len = read_packet(s, &rtsp_st, first_queue_st, wait_end); in ff_rtsp_fetch_packet()2253 if (len == AVERROR(EAGAIN) && first_queue_st && in ff_rtsp_fetch_packet()2257 rtsp_st = first_queue_st; in ff_rtsp_fetch_packet()