Searched refs:ff_connect_parallel (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | network.h | 337 int ff_connect_parallel(struct addrinfo *addrs, int timeout_ms_per_address,
|
D | tcp.c | 201 ret = ff_connect_parallel(ai, s->open_timeout / 1000, 3, h, &fd, customize_fd, s); in tcp_open()
|
D | network.c | 403 int ff_connect_parallel(struct addrinfo *addrs, int timeout_ms_per_address, in ff_connect_parallel() function
|