Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtsp.h497 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
Drtspenc.c235 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL); in rtsp_write_close()
Drtspdec.c61 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()
Drtsp.c1392 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method, in ff_rtsp_send_cmd_async() function