Searched refs:stimeout (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.h | 405 int64_t stimeout; member
|
D | rtsp.c | 100 …{ "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TY… 110 … maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DUR… 119 … maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DUR… 1807 av_dict_set_int(&options, "timeout", rt->stimeout, 0); in ff_rtsp_connect() 1894 "?timeout=%"PRId64, rt->stimeout); in ff_rtsp_connect() 2049 int64_t runs = rt->stimeout / POLLING_TIME / 1000; in udp_read_packet() 2110 } else if (n == 0 && rt->stimeout > 0 && --runs <= 0) { in udp_read_packet()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 666 Deprecate the current names of the RTSP "timeout", "stimeout", "user-agent" 669 is over, the old "timeout" option will be removed, and "stimeout" will be 670 renamed to "stimeout" (the "timeout" option will essentially change semantics).
|