Searched refs:ff_rtsp_send_cmd_async (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.h | 497 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
|
D | rtspenc.c | 235 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL); in rtsp_write_close()
|
D | rtspdec.c | 61 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL); in rtsp_read_close() 938 ff_rtsp_send_cmd_async(s, "GET_PARAMETER", rt->control_uri, NULL); in rtsp_read_packet() 940 ff_rtsp_send_cmd_async(s, "OPTIONS", rt->control_uri, NULL); in rtsp_read_packet()
|
D | rtsp.c | 1392 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method, in ff_rtsp_send_cmd_async() function
|