Home
last modified time | relevance | path

Searched refs:g_hash_table_contains (Results 1 – 25 of 36) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxsend.c343 while (g_hash_table_contains (rtx->ssrc_data, GUINT_TO_POINTER (ssrc)) || in gst_rtp_rtx_send_choose_ssrc()
344 g_hash_table_contains (rtx->rtx_ssrcs, GUINT_TO_POINTER (ssrc))) { in gst_rtp_rtx_send_choose_ssrc()
358 if (G_UNLIKELY (!g_hash_table_contains (rtx->ssrc_data, in gst_rtp_rtx_send_get_ssrc_data()
494 if (g_hash_table_contains (rtx->ssrc_data, GUINT_TO_POINTER (ssrc))) { in gst_rtp_rtx_send_src_event()
553 if (g_hash_table_contains (rtx->rtx_ssrcs, GUINT_TO_POINTER (ssrc))) { in gst_rtp_rtx_send_src_event()
578 if (g_hash_table_contains (rtx->ssrc_data, GUINT_TO_POINTER (ssrc))) { in gst_rtp_rtx_send_src_event()
740 if (g_hash_table_contains (rtx->rtx_pt_map, GUINT_TO_POINTER (payload_type))) { in process_buffer()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c264 if (!g_hash_table_contains (seen_other_types, in _add_signals()
283 !g_hash_table_contains (seen_other_types, in _add_signals()
399 if (!g_hash_table_contains (seen_other_types, in _add_properties()
701 if (!g_hash_table_contains (seen_other_types, g_type_name (pad_type)) in _add_element_pad_templates()
780 if (!g_hash_table_contains (seen_other_types, g_type_name (ptype)) in _add_object_details()
801 if (!g_hash_table_contains (seen_other_types, g_type_name (*iface)) in _add_object_details()
/third_party/glib/gio/
Dgkeyfilesettingsbackend.c233 (g_hash_table_contains (kfsb->system_locks, key) || in get_from_keyfile()
285 if (g_hash_table_contains (kfsb->system_locks, key)) in set_to_keyfile()
366 return data->failed = g_hash_table_contains (data->kfsb->system_locks, key) || in g_keyfile_settings_backend_check_one()
457 !g_hash_table_contains (kfsb->system_locks, name) && in g_keyfile_settings_backend_get_writable()
Dgsettingsschema.c805 if (!g_hash_table_contains (single, list[i]) && in g_settings_schema_source_list_schemas()
806 !g_hash_table_contains (reloc, list[i])) in g_settings_schema_source_list_schemas()
Dgsocketclient.c1168 else if (g_hash_table_contains (client->priv->app_proxies, protocol)) in g_socket_client_connect()
1752 else if (g_hash_table_contains (data->client->priv->app_proxies, protocol)) in try_next_successful_connection()
Dgdbusconnection.c629 g_warn_if_fail (!g_hash_table_contains (alive_connections, connection)); in g_dbus_connection_dispose()
2256 alive = g_hash_table_contains (alive_connections, user_data); in on_worker_message_received()
2354 alive = g_hash_table_contains (alive_connections, user_data); in on_worker_message_about_to_be_sent()
2427 alive = g_hash_table_contains (alive_connections, user_data); in on_worker_closed()
4773 if (!g_hash_table_contains (set, s)) in maybe_add_path()
Dgiomodule.c223 return g_hash_table_contains (scope->basenames, basename); in _g_io_module_scope_contains()
/third_party/glib/glib/tests/
Dhash.c568 g_assert (g_hash_table_contains (hash_table, "2")); in set_hash_test()
569 g_assert (g_hash_table_contains (hash_table, "9")); in set_hash_test()
570 g_assert (!g_hash_table_contains (hash_table, "a")); in set_hash_test()
1561 g_assert (g_hash_table_contains (hash_table, "foo")); in test_set_insert_corruption()
1585 g_assert (g_hash_table_contains (hash_table, "foo")); in test_set_insert_corruption()
/third_party/glib/glib/
Dghash.h96 gboolean g_hash_table_contains (GHashTable *hash_table,
Dghash.c1704 g_hash_table_contains (GHashTable *hash_table, in g_hash_table_contains() function
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c142 if (g_hash_table_contains (port_groups, uri)) in lv2_count_ports()
/third_party/gstreamer/gstplugins_bad/sys/magicleap/
Dmlaudiosink.c211 if (!g_hash_table_contains (active_sinks, self)) in buffer_cb()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c369 if (g_hash_table_contains (tee->pad_indexes, GUINT_TO_POINTER (index))) { in gst_tee_request_new_pad()
379 while (g_hash_table_contains (tee->pad_indexes, GUINT_TO_POINTER (index))) in gst_tee_request_new_pad()
/third_party/libsoup/libsoup/
Dsoup-hsts-enforcer.c314 g_assert (!g_hash_table_contains (policies, domain)); in soup_hsts_enforcer_insert_policy()
Dsoup-websocket.c519 … if (requested_extensions && !g_hash_table_contains (requested_extensions, extension)) { in process_extensions()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c240 if (overrides && g_hash_table_contains (overrides, opt->name)) { in install_opts()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c419 && g_hash_table_contains (self->payloads, GINT_TO_POINTER (pt)); in is_red_pt()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.c790 if (g_hash_table_contains (connection_table, id)) { in create_connection()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtxsend.c411 if (g_hash_table_contains (rtx->ssrc_data, GUINT_TO_POINTER (ssrc))) { in gst_rist_rtx_send_src_event()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1808 if (!g_hash_table_contains (second->query, key)) in gst_uri_equal()
2766 return g_hash_table_contains (uri->query, query_key); in gst_uri_query_has_key()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c867 fail_unless (g_hash_table_contains (tmp_table, "query")); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c1356 if (g_hash_table_contains (filter->streams_roc_changed, in gst_srtp_dec_decode_buffer()
/third_party/glib/gobject/
Dgobject.c1191 g_assert (g_hash_table_contains (debug_objects_ht, object)); in g_object_finalize()
1486 already = g_hash_table_contains (already_warned_table, (gpointer) pspec->name); in consider_issuing_property_deprecation_warning()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c3134 if (g_hash_table_contains (all_mids, (gpointer) sdp_mid)) { in sdp_media_from_transceiver()
3294 if (g_hash_table_contains (all_mids, (gpointer) sdp_mid)) { in _add_data_channel_offer()
3431 if (g_hash_table_contains (all_mids, mid)) { in _create_offer_task()
3477 if (g_hash_table_contains (all_mids, trans->mid)) { in _create_offer_task()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c144 return g_hash_table_contains (style_set->table, attr_name); in ttml_style_set_contains_attr()

12