Searched refs:ff_rtsp_send_cmd_async (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtspdec.c343 ff_rtsp_send_cmd_async(s, "GET_PARAMETER", rt->control_uri, NULL);
345 ff_rtsp_send_cmd_async(s, "OPTIONS", "*", NULL);
382 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL);
H A Drtsp.h413 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
H A Drtspenc.c228 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL);
H A Drtsp.c1051 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h477 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
H A Drtspenc.c234 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL);
H A Drtspdec.c60 ff_rtsp_send_cmd_async(s, "TEARDOWN", rt->control_uri, NULL);
882 ff_rtsp_send_cmd_async(s, "GET_PARAMETER", rt->control_uri, NULL);
884 ff_rtsp_send_cmd_async(s, "OPTIONS", rt->control_uri, NULL);
887 * ff_rtsp_send_cmd_async, but reset it here just in case we never
H A Drtsp.c1286 int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method, function

Completed in 183 milliseconds