Searched refs:stimeout (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.h | 405 int64_t stimeout; member
|
H A D | rtsp.c | 100 { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TYPE_INT64, {.i64 = 0}, INT_MIN, INT64_MAX, DEC }, 110 { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, 119 { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, 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()
|
Completed in 5 milliseconds