Lines Matching refs:peerlatency
82 int64_t peerlatency;
126 { "peerlatency", "peer latency (in microseconds)", OFFSET(peerlatency), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags = D|E },
322 int peerlatency = s->peerlatency / 1000;
350 (s->peerlatency >= 0 && libsrt_setsockopt(h, fd, SRTO_PEERLATENCY, "SRTO_PEERLATENCY", &peerlatency, sizeof(peerlatency)) < 0) ||
593 if (av_find_info_tag(buf, sizeof(buf), "peerlatency", p)) {
594 s->peerlatency = strtoll(buf, NULL, 10);