Home
last modified time | relevance | path

Searched refs:mline (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/geometry/test/io/dsv/
Ddsv_multi.cpp45 typedef model::multi_linestring<model::linestring<point_type> > mline; in test_all() typedef
53 test_dsv<mline> in test_all()
74 test_dsv<mline> in test_all()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Drtptransceiver.c83 webrtc->mline = g_value_get_uint (value); in gst_webrtc_rtp_transceiver_set_property()
118 g_value_set_uint (value, webrtc->mline); in gst_webrtc_rtp_transceiver_get_property()
Dwebrtc-priv.h63 guint mline; member
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c619 transceiver_match_for_mline (GstWebRTCRTPTransceiver * trans, guint * mline) in transceiver_match_for_mline() argument
624 return trans->mline == *mline; in transceiver_match_for_mline()
794 guint mline; member
801 && pad->trans->mline == match->mline; in pad_match_for_mline()
806 guint mline) in _find_pad_for_mline() argument
808 MLineMatch m = { direction, mline }; in _find_pad_for_mline()
1566 if (trans->mline == -1 || trans->mid == NULL) { in _check_if_negotiation_is_needed()
1572 g_assert (trans->mline < in _check_if_negotiation_is_needed()
1574 g_assert (trans->mline < in _check_if_negotiation_is_needed()
1584 trans->mline); in _check_if_negotiation_is_needed()
[all …]
/third_party/openssl/apps/
Dapps.c1175 char mline = 0; in print_name() local
1181 mline = 1; in print_name()
1190 if (mline) in print_name()
/third_party/pcre2/pcre2/testdata/
Dgrepoutput484 That time it was on a line by itself.
485 This line contains pattern not on a line by itself.
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c2805 guint mline; in GST_START_TEST() local
2826 g_object_get (trans, "mlineindex", &mline, NULL); in GST_START_TEST()
2827 fail_unless_equals_int (mline, 0); in GST_START_TEST()
2831 g_object_get (trans, "mlineindex", &mline, NULL); in GST_START_TEST()
2832 fail_unless_equals_int (mline, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
DChangeLog6089 if mline 0 is a data channel, and mline 1 an audio/video section,
6090 then retrieving the transceiver at mline 0 (rtp session used) will fail
10567 match a forced m-mline.
10634 webrtcbin: Split pad name from mline
28521 If there is any active mline in a bundle, we need to unblock
38913 g_assert (trans->mline < gst_sdp_message_medias_len (webrtc->current_local_description->sdp));
38914 g_assert (trans->mline < gst_sdp_message_medias_len (webrtc->current_remote_description->sdp));
39336 We always give our transceivers an mline on creation so that check is