Searched refs:ff_rtsp_read_reply (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.h | 556 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
|
D | rtspenc.c | 200 ret = ff_rtsp_read_reply(s, &reply, NULL, 1, NULL); in rtsp_write_packet()
|
D | rtsp.c | 1181 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()
|
D | rtspdec.c | 786 ret = ff_rtsp_read_reply(s, &reply, NULL, 1, NULL); in ff_rtsp_tcp_read_packet()
|