Home
last modified time | relevance | path

Searched refs:ff_rtsp_read_reply (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h556 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
Drtspenc.c200 ret = ff_rtsp_read_reply(s, &reply, NULL, 1, NULL); in rtsp_write_packet()
Drtsp.c1181 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply, in ff_rtsp_read_reply() function
1425 if ((ret = ff_rtsp_read_reply(s, reply, content_ptr, 0, method) ) < 0) in ff_rtsp_send_cmd_with_content()
2019 ret = ff_rtsp_read_reply(s, &reply, NULL, 0, NULL); in parse_rtsp_message()
Drtspdec.c786 ret = ff_rtsp_read_reply(s, &reply, NULL, 1, NULL); in ff_rtsp_tcp_read_packet()