Lines Matching refs:smoother
89 char *smoother;
140 { "smoother", "The type of Smoother used for the transmission for that socket", OFFSET(smoother), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = D|E },
360 (s->smoother && libsrt_setsockopt(h, fd, SRTO_CONGESTION, "SRTO_CONGESTION", s->smoother, strlen(s->smoother)) < 0) ||
362 (s->smoother && libsrt_setsockopt(h, fd, SRTO_SMOOTHER, "SRTO_SMOOTHER", s->smoother, strlen(s->smoother)) < 0) ||
641 if (av_find_info_tag(buf, sizeof(buf), "smoother", p)) {
642 av_freep(&s->smoother);
643 s->smoother = av_strdup(buf);
644 if(!s->smoother) {
672 av_freep(&s->smoother);