Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtspdec.c96 static int rtsp_send_reply(AVFormatContext *s, enum RTSPStatusCode code, in rtsp_send_reply() function
135 rtsp_send_reply(s, RTSP_STATUS_SESSION, NULL, request->seq); in check_sessionid()
185 rtsp_send_reply(s, RTSP_STATUS_SERVICE, NULL, request.seq); in rtsp_read_announce()
194 rtsp_send_reply(s, RTSP_STATUS_INTERNAL, NULL, request.seq); in rtsp_read_announce()
202 rtsp_send_reply(s, RTSP_STATUS_OK, NULL, request.seq); in rtsp_read_announce()
207 rtsp_send_reply(s, RTSP_STATUS_INTERNAL, in rtsp_read_announce()
224 rtsp_send_reply(s, RTSP_STATUS_OK, in rtsp_read_options()
291 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup()
314 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup()
321 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup()
[all …]