Searched refs:RTSP_STATUS_OK (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtspdec.c | 45 { RTSP_STATUS_OK, "OK" }, 211 rtsp_send_reply(s, RTSP_STATUS_OK, NULL, request.seq); in rtsp_read_announce() 233 rtsp_send_reply(s, RTSP_STATUS_OK, in rtsp_read_options() 352 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq); in rtsp_read_setup() 374 rtsp_send_reply(s, RTSP_STATUS_OK, responseheaders, request.seq); in rtsp_read_record() 511 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq); in ff_rtsp_parse_streaming_commands() 514 ret = rtsp_send_reply(s, RTSP_STATUS_OK, in ff_rtsp_parse_streaming_commands() 519 ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq); in ff_rtsp_parse_streaming_commands() 571 if (reply->status_code != RTSP_STATUS_OK) { in rtsp_read_play() 604 if (reply->status_code != RTSP_STATUS_OK) { in rtsp_read_pause() [all...] |
H A D | rtspcodes.h | 33 RTSP_STATUS_OK =200, enumerator 80 [RTSP_STATUS_OK] ="OK",
|
H A D | rtspenc.c | 88 if (reply->status_code != RTSP_STATUS_OK) in ff_rtsp_setup_output_streams() 120 if (reply->status_code != RTSP_STATUS_OK) in rtsp_write_record()
|
H A D | rtsp.c | 1600 } else if (reply->status_code != RTSP_STATUS_OK || in ff_rtsp_make_setup_request() 1937 if (reply->status_code != RTSP_STATUS_OK) { in ff_rtsp_connect()
|
Completed in 6 milliseconds