Home
last modified time | relevance | path

Searched refs:_enum_value_to_string (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dutils.h62 gchar * _enum_value_to_string (GType type, guint value);
Dwebrtcsdp.c84 gchar *state_str = _enum_value_to_string (GST_TYPE_WEBRTC_SIGNALING_STATE, in _check_valid_state_for_sdp_change()
86 gchar *type_str = _enum_value_to_string (GST_TYPE_WEBRTC_SDP_TYPE, type); in _check_valid_state_for_sdp_change()
432 _enum_value_to_string (GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION, in _media_replace_direction()
562 setup_str = _enum_value_to_string (GST_TYPE_WEBRTC_DTLS_SETUP, setup); in _media_replace_setup()
Dutils.c136 _enum_value_to_string (GType type, guint value) in _enum_value_to_string() function
Dgstwebrtcbin.c1369 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_GATHERING_STATE, in _update_ice_gathering_state_task()
1371 new_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_GATHERING_STATE, in _update_ice_gathering_state_task()
1405 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_CONNECTION_STATE, in _update_ice_connection_state_task()
1407 new_s = _enum_value_to_string (GST_TYPE_WEBRTC_ICE_CONNECTION_STATE, in _update_ice_connection_state_task()
1442 old_s = _enum_value_to_string (GST_TYPE_WEBRTC_PEER_CONNECTION_STATE, in _update_peer_connection_state_task()
1444 new_s = _enum_value_to_string (GST_TYPE_WEBRTC_PEER_CONNECTION_STATE, in _update_peer_connection_state_task()
1601 _enum_value_to_string (GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION, in _check_if_negotiation_is_needed()
1604 _enum_value_to_string (GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION, in _check_if_negotiation_is_needed()
1607 _enum_value_to_string (GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION, in _check_if_negotiation_is_needed()
1636 _enum_value_to_string (GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION, in _check_if_negotiation_is_needed()
[all …]
Dgstwebrtcstats.c61 gchar *name = _enum_value_to_string (GST_TYPE_WEBRTC_STATS_TYPE, in _set_base_stats()