th 2927 ffserver.c RTSPTransportField *th; th 2931 ffserver.c th = &h->transports[i]; th 2932 ffserver.c if (th->lower_transport == lower_transport) th 2933 ffserver.c return th; th 2947 ffserver.c RTSPTransportField *th; th 2998 ffserver.c th = find_transport(h, RTSP_LOWER_TRANSPORT_UDP); th 2999 ffserver.c if (!th) { th 3000 ffserver.c th = find_transport(h, RTSP_LOWER_TRANSPORT_TCP); th 3001 ffserver.c if (!th) { th 3008 ffserver.c th->lower_transport); th 3035 ffserver.c th = find_transport(h, rtp_c->rtp_protocol); th 3036 ffserver.c if (!th || (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP && th 3037 ffserver.c th->client_port_min <= 0)) { th 3045 ffserver.c dest_addr.sin_port = htons(th->client_port_min); th 3064 ffserver.c th->client_port_min, th->client_port_max, th 85 libavcodec/iirfilter.c double th = (i + (order >> 1) + 0.5) * M_PI / order; th 87 libavcodec/iirfilter.c zp[0] = cos(th) * wa; th 88 libavcodec/iirfilter.c zp[1] = sin(th) * wa; th 2546 libavcodec/vp9.c int mx = mv->x, my = mv->y, th; th 2556 libavcodec/vp9.c th = (y + bh + 4 * !!my + 7) >> 6; th 2557 libavcodec/vp9.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 2580 libavcodec/vp9.c int mx = mv->x, my = mv->y, th; th 2591 libavcodec/vp9.c th = (y + bh + 4 * !!my + 7) >> 5; th 2592 libavcodec/vp9.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 52 libavfilter/vf_dctdnoiz.c float th; // threshold (3*sigma) th 387 libavfilter/vf_dctdnoiz.c filter_freq_##bsize(src, src_linesize, dst, dst_linesize, NULL, NULL, s->th); \ th 592 libavfilter/vf_dctdnoiz.c s->th = s->sigma * 3.; th 854 libavformat/rtsp.c RTSPTransportField *th; th 864 libavformat/rtsp.c th = &reply->transports[reply->nb_transports]; th 876 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RTP; th 882 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RDT; th 891 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RAW; th 894 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_TCP; th 896 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_UDP; th 906 libavformat/rtsp.c rtsp_parse_range(&th->port_min, &th->port_max, &p); th 911 libavformat/rtsp.c rtsp_parse_range(&th->client_port_min, th 912 libavformat/rtsp.c &th->client_port_max, &p); th 917 libavformat/rtsp.c rtsp_parse_range(&th->server_port_min, th 918 libavformat/rtsp.c &th->server_port_max, &p); th 923 libavformat/rtsp.c rtsp_parse_range(&th->interleaved_min, th 924 libavformat/rtsp.c &th->interleaved_max, &p); th 927 libavformat/rtsp.c if (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP) th 928 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_UDP_MULTICAST; th 933 libavformat/rtsp.c th->ttl = strtol(p, &end, 10); th 940 libavformat/rtsp.c get_sockaddr(buf, &th->destination); th 946 libavformat/rtsp.c av_strlcpy(th->source, buf, sizeof(th->source)); th 954 libavformat/rtsp.c th->mode_record = 1;