/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsptransport.c | 89 static const GstRTSPTransMap transports[] = { variable 226 for (i = 0; transports[i].name; i++) in gst_rtsp_transport_get_mime() 227 if (transports[i].mode == trans in gst_rtsp_transport_get_mime() 228 && transports[i].profile == GST_RTSP_PROFILE_AVP) in gst_rtsp_transport_get_mime() 230 *mime = transports[i].media_type; in gst_rtsp_transport_get_mime() 257 for (i = 0; transports[i].name; i++) in gst_rtsp_transport_get_media_type() 258 if (transports[i].mode == transport->trans in gst_rtsp_transport_get_media_type() 259 && transports[i].profile == transport->profile) in gst_rtsp_transport_get_media_type() 261 *media_type = transports[i].media_type; in gst_rtsp_transport_get_media_type() 271 for (i = 0; transports[i].name; i++) in get_default_lower_trans() [all …]
|
D | gstrtspurl.c | 65 GstRTSPLowerTrans transports; member 121 res->transports = rtsp_schemes_map[i].transports; in gst_rtsp_url_parse() 127 if (res->transports == GST_RTSP_LOWER_TRANS_UNKNOWN) in gst_rtsp_url_parse() 236 res->transports = url->transports; in gst_rtsp_url_copy()
|
D | gstrtspurl.h | 79 GstRTSPLowerTrans transports; member
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | icestream.c | 48 GList *transports; member 102 g_list_free (stream->priv->transports); in gst_webrtc_ice_stream_finalize() 103 stream->priv->transports = NULL; in gst_webrtc_ice_stream_finalize() 121 for (l = ice->priv->transports; l; l = l->next) { in _on_candidate_gathering_done() 139 for (l = stream->priv->transports; l; l = l->next) { in gst_webrtc_ice_stream_find_transport() 150 stream->priv->transports = g_list_prepend (stream->priv->transports, ret); in gst_webrtc_ice_stream_find_transport() 183 for (l = stream->priv->transports; l; l = l->next) { in gst_webrtc_ice_stream_gather_candidates() 214 for (l = stream->priv->transports; l; l = l->next) { in gst_webrtc_ice_stream_gather_candidates()
|
D | gstwebrtcbin.h | 101 GPtrArray *transports; member
|
/third_party/libwebsockets/lib/abstract/ |
D | README.md | 1 # Abstract protocols and transports 10 "abstract protocols" and "abstract transports". 23 In the system, both the abstract protocols and transports are 31 completely different transports, eg, like serial, or to wire 47 The public api for defining abstract protocols and transports is 52 …- [transports.h](https://libwebsockets.org/git/libwebsockets/tree/include/libwebsockets/abstract/t… 144 ## Steps for adding new abstract transports 146 - add the public header in `./include/libwebsockets/abstract/transports/` 147 - add your transport sources under `./lib/abstract/transports/`
|
D | CMakeLists.txt | 43 abstract/transports/unit-test.c)
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 92 pa_hashmap *transports; member 194 …if (device->transports[profile] && device->transports[profile]->state != PA_BLUETOOTH_TRANSPORT_ST… in device_is_profile_connected() 327 t->device->transports[t->profile] = t; in pa_bluetooth_transport_put() 328 pa_assert_se(pa_hashmap_put(t->device->discovery->transports, t->path, t) >= 0); in pa_bluetooth_transport_put() 336 pa_hashmap_remove(t->device->discovery->transports, t->path); in pa_bluetooth_transport_unlink() 337 t->device->transports[t->profile] = NULL; in pa_bluetooth_transport_unlink() 440 … if (d->transports[i] && d->transports[i]->state != PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) in pa_bluetooth_device_any_transport_connected() 570 if (!(t = d->transports[i])) in device_free() 1247 if (!(t = pa_hashmap_get(y->transports, dbus_message_get_path(m)))) in filter_cb() 1311 if (pa_hashmap_get(y->transports, path)) { in endpoint_set_configuration() [all …]
|
D | bluez5-util.h | 121 pa_bluetooth_transport *transports[PA_BLUETOOTH_PROFILE_COUNT]; member
|
D | module-bluez5-device.c | 1283 t = u->device->transports[u->profile]; in setup_transport() 1728 if (!(transport = u->device->transports[i])) in get_port_availability() 1933 if (u->device->transports[*p]) in create_card_profile() 1934 cp->available = transport_state_to_availability(u->device->transports[*p]->state); in create_card_profile() 1955 … if (!d->transports[*p] || d->transports[*p]->state <= PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) { in set_profile_cb()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_transports.py | 7 from asyncio import transports 72 class MyTransport(transports._FlowControlMixin, 73 transports.Transport):
|
/third_party/python/Lib/asyncio/ |
D | __init__.py | 21 from .transports import * 36 transports.__all__)
|
D | proactor_events.py | 23 from . import transports 46 class _ProactorBasePipeTransport(transports._FlowControlMixin, 47 transports.BaseTransport): 178 transports.ReadTransport): 324 transports.WriteTransport): 585 transports.Transport): 597 transports.Transport):
|
D | base_subprocess.py | 6 from . import transports 10 class BaseSubprocessTransport(transports.SubprocessTransport):
|
D | sslproto.py | 10 from . import transports 283 class _SSLProtocolTransport(transports._FlowControlMixin, 284 transports.Transport):
|
D | unix_events.py | 25 from . import transports 446 class _UnixReadPipeTransport(transports.ReadTransport): 582 class _UnixWritePipeTransport(transports._FlowControlMixin, 583 transports.WriteTransport):
|
/third_party/ffmpeg/libavformat/ |
D | rtspdec.c | 252 if (!request.transports[transportidx].mode_record || in rtsp_read_setup() 253 (request.transports[transportidx].lower_transport != in rtsp_read_setup() 255 request.transports[transportidx].lower_transport != in rtsp_read_setup() 288 if (request.transports[0].lower_transport == RTSP_LOWER_TRANSPORT_TCP) { in rtsp_read_setup() 294 rtsp_st->interleaved_min = request.transports[0].interleaved_min; in rtsp_read_setup() 295 rtsp_st->interleaved_max = request.transports[0].interleaved_max; in rtsp_read_setup() 298 "\r\n", request.transports[0].interleaved_min, in rtsp_read_setup() 299 request.transports[0].interleaved_max); in rtsp_read_setup() 329 host, request.transports[0].client_port_min, in rtsp_read_setup() 330 request.transports[0].client_port_max, localport, in rtsp_read_setup()
|
D | rtsp.c | 927 th = &reply->transports[reply->nb_transports]; in rtsp_parse_transport() 1504 port = reply->transports[0].client_port_min; in ff_rtsp_make_setup_request() 1608 if (reply->transports[0].lower_transport != rt->lower_transport || in ff_rtsp_make_setup_request() 1609 reply->transports[0].transport != rt->transport) { in ff_rtsp_make_setup_request() 1614 rt->lower_transport = reply->transports[0].lower_transport; in ff_rtsp_make_setup_request() 1615 rt->transport = reply->transports[0].transport; in ff_rtsp_make_setup_request() 1620 if (reply->transports[0].lower_transport != lower_transport) { in ff_rtsp_make_setup_request() 1626 switch(reply->transports[0].lower_transport) { in ff_rtsp_make_setup_request() 1628 rtsp_st->interleaved_min = reply->transports[0].interleaved_min; in ff_rtsp_make_setup_request() 1629 rtsp_st->interleaved_max = reply->transports[0].interleaved_max; in ff_rtsp_make_setup_request() [all …]
|
D | rtsp.h | 145 RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; member
|
/third_party/python/Doc/library/ |
D | asyncio-protocol.rst | 4 .. _asyncio-transports-protocols: 18 Essentially, transports and protocols should only be used in 63 * The `Examples`_ section showcases how to work with transports, 72 **Source code:** :source:`Lib/asyncio/transports.py` 82 asyncio implements transports for TCP, UDP, SSL, and subprocess pipes. 93 Base class for all transports. Contains methods that all 94 asyncio transports share. 185 Categories of information that can be queried on some transports: 373 .. _asyncio-subprocess-transports: 429 If the subprocess hasn't returned yet, and close transports of [all …]
|
D | asyncio.rst | 55 :ref:`transports <asyncio-transports-protocols>`;
|
D | asyncio-future.rst | 92 :ref:`transports <asyncio-transports-protocols>`)
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 5160 if (info->url->transports & GST_RTSP_LOWER_TRANS_TLS) { in gst_rtsp_conninfo_connect() 5176 if (info->url->transports & GST_RTSP_LOWER_TRANS_HTTP) { in gst_rtsp_conninfo_connect() 6747 GstRTSPLowerTrans transports; in gst_rtspsrc_send() local 6762 transports = src->conninfo.url->transports; in gst_rtspsrc_send() 6764 transports = GST_RTSP_LOWER_TRANS_UNKNOWN; in gst_rtspsrc_send() 6769 if (src->conninfo.url && transports != GST_RTSP_LOWER_TRANS_UNKNOWN) in gst_rtspsrc_send() 6770 src->conninfo.url->transports = transports; in gst_rtspsrc_send() 6902 GstRTSPLowerTrans protocols, GstRTSPProfile profile, gchar ** transports) in gst_rtspsrc_create_transports_string() argument 6908 *transports = NULL; in gst_rtspsrc_create_transports_string() 6911 gst_rtsp_ext_list_get_transports (src->extensions, protocols, transports); in gst_rtspsrc_create_transports_string() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 38 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_TCP); in GST_START_TEST() 39 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP); in GST_START_TEST() 40 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP_MCAST); in GST_START_TEST() 66 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_TCP); in GST_START_TEST() 67 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP); in GST_START_TEST() 68 fail_unless (url->transports & GST_RTSP_LOWER_TRANS_UDP_MCAST); in GST_START_TEST()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | CMakeLists.txt | 39 abstract/transports/raw-skt.c)
|