Searched refs:_on_ice_candidate (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 146 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 176 G_CALLBACK (_on_ice_candidate), webrtc2); in main() 178 G_CALLBACK (_on_ice_candidate), webrtc1); in main()
|
D | webrtc.c | 139 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 166 G_CALLBACK (_on_ice_candidate), webrtc2); in main() 168 G_CALLBACK (_on_ice_candidate), webrtc1); in main()
|
D | webrtctransceiver.c | 139 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 195 G_CALLBACK (_on_ice_candidate), webrtc2); in main() 197 G_CALLBACK (_on_ice_candidate), webrtc1); in main()
|
D | webrtcswap.c | 159 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 194 G_CALLBACK (_on_ice_candidate), webrtc2); in main() 196 G_CALLBACK (_on_ice_candidate), webrtc1); in main()
|
D | webrtcrenego.c | 193 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 267 G_CALLBACK (_on_ice_candidate), webrtc2); in main() 269 G_CALLBACK (_on_ice_candidate), webrtc1); in main()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 397 _on_ice_candidate (GstElement * webrtc, guint mlineindex, gchar * candidate, in _on_ice_candidate() function 583 G_CALLBACK (_on_ice_candidate), ret); in test_webrtc_new() 585 G_CALLBACK (_on_ice_candidate), ret); in test_webrtc_new()
|