Searched refs:RTSP_STATUS_OK (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtspdec.c | 42 { RTSP_STATUS_OK, "OK" }, 202 rtsp_send_reply(s, RTSP_STATUS_OK, NULL, request.seq); in rtsp_read_announce() 224 rtsp_send_reply(s, RTSP_STATUS_OK, in rtsp_read_options() 343 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq); in rtsp_read_setup() 365 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq); in rtsp_read_record() 502 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq); in ff_rtsp_parse_streaming_commands() 505 ret = rtsp_send_reply(s, RTSP_STATUS_OK, in ff_rtsp_parse_streaming_commands() 510 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq); in ff_rtsp_parse_streaming_commands() 562 if (reply->status_code != RTSP_STATUS_OK) { in rtsp_read_play() 595 if (reply->status_code != RTSP_STATUS_OK) { in rtsp_read_pause() [all …]
|
D | rtspcodes.h | 33 RTSP_STATUS_OK =200, enumerator 80 [RTSP_STATUS_OK] ="OK",
|
D | rtspenc.c | 87 if (reply->status_code != RTSP_STATUS_OK) in ff_rtsp_setup_output_streams() 119 if (reply->status_code != RTSP_STATUS_OK) in rtsp_write_record()
|
D | rtsp.c | 1591 } else if (reply->status_code != RTSP_STATUS_OK || in ff_rtsp_make_setup_request() 1928 if (reply->status_code != RTSP_STATUS_OK) { in ff_rtsp_connect()
|