RTSP_LOWER_TRANSPORT_TCP 89 libavformat/rtsp.c { "tcp", "TCP", 0, AV_OPT_TYPE_CONST, {.i64 = 1 << RTSP_LOWER_TRANSPORT_TCP}, 0, 0, DEC|ENC, "rtsp_transport" }, \ RTSP_LOWER_TRANSPORT_TCP 752 libavformat/rtsp.c if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP) { RTSP_LOWER_TRANSPORT_TCP 813 libavformat/rtsp.c if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP || !s->max_delay) RTSP_LOWER_TRANSPORT_TCP 936 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_TCP; RTSP_LOWER_TRANSPORT_TCP 1518 libavformat/rtsp.c else if (lower_transport == RTSP_LOWER_TRANSPORT_TCP) { RTSP_LOWER_TRANSPORT_TCP 1591 libavformat/rtsp.c case RTSP_LOWER_TRANSPORT_TCP: RTSP_LOWER_TRANSPORT_TCP 1705 libavformat/rtsp.c rt->lower_transport_mask = 1 << RTSP_LOWER_TRANSPORT_TCP; RTSP_LOWER_TRANSPORT_TCP 1720 libavformat/rtsp.c rt->lower_transport_mask = 1 << RTSP_LOWER_TRANSPORT_TCP; RTSP_LOWER_TRANSPORT_TCP 1737 libavformat/rtsp.c (1 << RTSP_LOWER_TRANSPORT_TCP); RTSP_LOWER_TRANSPORT_TCP 1916 libavformat/rtsp.c if ((lower_transport_mask & (1 << RTSP_LOWER_TRANSPORT_TCP)) RTSP_LOWER_TRANSPORT_TCP 1918 libavformat/rtsp.c lower_transport = RTSP_LOWER_TRANSPORT_TCP; RTSP_LOWER_TRANSPORT_TCP 2117 libavformat/rtsp.c case RTSP_LOWER_TRANSPORT_TCP: RTSP_LOWER_TRANSPORT_TCP 256 libavformat/rtspdec.c RTSP_LOWER_TRANSPORT_TCP)) { RTSP_LOWER_TRANSPORT_TCP 277 libavformat/rtspdec.c if (request.transports[0].lower_transport == RTSP_LOWER_TRANSPORT_TCP) { RTSP_LOWER_TRANSPORT_TCP 278 libavformat/rtspdec.c rt->lower_transport = RTSP_LOWER_TRANSPORT_TCP; RTSP_LOWER_TRANSPORT_TCP 807 libavformat/rtspdec.c return ff_rtsp_make_setup_request(s, host, port, RTSP_LOWER_TRANSPORT_TCP, RTSP_LOWER_TRANSPORT_TCP 881 libavformat/rtspdec.c rt->lower_transport_mask & (1 << RTSP_LOWER_TRANSPORT_TCP)) { RTSP_LOWER_TRANSPORT_TCP 222 libavformat/rtspenc.c if (!ret && rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP)