Searched refs:stimeout (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.h | 407 int stimeout; member
|
D | rtsp.c | 99 …{ "stimeout", "set timeout (in microseconds) of socket TCP I/O operations", OFFSET(stimeout), AV_O… 101 …{ "timeout", "set timeout (in microseconds) of socket TCP I/O operations", OFFSET(stimeout), AV_OP… 1798 av_dict_set_int(&options, "timeout", rt->stimeout, 0); in ff_rtsp_connect() 1885 "?timeout=%d", rt->stimeout); in ff_rtsp_connect()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 387 Deprecate the current names of the RTSP "timeout", "stimeout", "user-agent" 390 is over, the old "timeout" option will be removed, and "stimeout" will be 391 renamed to "stimeout" (the "timeout" option will essentially change semantics).
|
D | protocols.texi | 1176 @item stimeout
|