Home
last modified time | relevance | path

Searched refs:first_queue_st (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtsp.c2162 RTSPStream **rtsp_st, RTSPStream *first_queue_st, in read_packet()
2182 if (first_queue_st && rt->transport == RTSP_TRANSPORT_RTP && in read_packet()
2203 RTSPStream *rtsp_st, *first_queue_st = NULL; in ff_rtsp_fetch_packet() local
2245 first_queue_st = rt->rtsp_streams[i]; in ff_rtsp_fetch_packet()
2252 first_queue_st = NULL; in ff_rtsp_fetch_packet()
2263 len = read_packet(s, &rtsp_st, first_queue_st, wait_end); in ff_rtsp_fetch_packet()
2264 if (len == AVERROR(EAGAIN) && first_queue_st && in ff_rtsp_fetch_packet()
2268 rtsp_st = first_queue_st; in ff_rtsp_fetch_packet()
2161 read_packet(AVFormatContext *s, RTSPStream **rtsp_st, RTSPStream *first_queue_st, int64_t wait_end) read_packet() argument

Completed in 7 milliseconds