Home
last modified time | relevance | path

Searched refs:POLLING_TIME (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dnetwork.c74 ret = poll(&p, 1, POLLING_TIME); in ff_network_wait_fd()
112 av_usleep(FFMIN(time_left, POLLING_TIME * 1000)); in ff_network_sleep_interruptible()
162 int runs = timeout / POLLING_TIME; in ff_poll_interrupt()
168 ret = poll(p, nfds, POLLING_TIME); in ff_poll_interrupt()
H A Dlibzmq.c52 ret = zmq_poll(&items, 1, POLLING_TIME); in zmq_proto_wait()
H A Dnetwork.h249 #define POLLING_TIME 100 /// Time in milliseconds between interrupt check macro
H A Dlibrist.c206 ret = rist_receiver_data_read2(s->ctx, &data_block, POLLING_TIME); in librist_read()
H A Drtpproto.c396 int poll_delay = h->flags & AVIO_FLAG_NONBLOCK ? 0 : POLLING_TIME; in rtp_read()
399 int runs = h->rw_timeout / 1000 / POLLING_TIME; in rtp_read()
H A Dlibsrt.c199 ret = srt_epoll_wait(eid, error, &errlen, ready, &len, POLLING_TIME, 0, 0, 0, 0); in libsrt_network_wait_fd()
201 ret = srt_epoll_wait(eid, ready, &len, error, &errlen, POLLING_TIME, 0, 0, 0, 0); in libsrt_network_wait_fd()
H A Drtsp.c2049 int64_t runs = rt->stimeout / POLLING_TIME / 1000; in udp_read_packet()
2087 n = poll(p, rt->max_p, POLLING_TIME); in udp_read_packet()

Completed in 9 milliseconds