Searched refs:g_ptr_array_remove_index_fast (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkhandlepool.c | 62 ret = g_ptr_array_remove_index_fast (pool->available, 0); in gst_vulkan_handle_pool_default_acquire()
|
D | gstvkimagememory.c | 559 g_ptr_array_remove_index_fast (image->outstanding_views, index); in gst_vulkan_image_memory_release_view() 658 ret = g_ptr_array_remove_index_fast (image->views, index); in gst_vulkan_image_memory_find_view()
|
D | gstvkdevice.c | 762 g_ptr_array_remove_index_fast (priv->enabled_extensions, i); in gst_vulkan_device_disable_extension_unlocked()
|
D | gstvkinstance.c | 591 g_ptr_array_remove_index_fast (priv->enabled_extensions, i); in gst_vulkan_instance_disable_extension_unlocked()
|
/third_party/glib/glib/ |
D | garray.h | 172 gpointer g_ptr_array_remove_index_fast (GPtrArray *array,
|
D | garray.c | 1622 g_ptr_array_remove_index_fast (GPtrArray *array, in g_ptr_array_remove_index_fast() function 1788 g_ptr_array_remove_index_fast (array, i); in g_ptr_array_remove_fast()
|
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 1593 g_ptr_array_remove_index_fast (self->handles, index); in _free_watch() 1594 g_ptr_array_remove_index_fast (self->events, index); in _free_watch() 1595 g_ptr_array_remove_index_fast (self->prefixes, index); in _free_watch() 1596 g_ptr_array_remove_index_fast (self->cache_nodes, index); in _free_watch()
|
D | gnetworkmonitornetlink.c | 275 g_ptr_array_remove_index_fast (nl->priv->dump_networks, i--); in remove_network()
|
D | gdbusconnection.c | 3668 g_ptr_array_remove_index_fast (signal_data->subscribers, n); in unsubscribe_id_internal()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph265depay.c | 698 g_ptr_array_remove_index_fast (vps_array, i); in gst_rtp_h265_add_vps_sps_pps() 733 g_ptr_array_remove_index_fast (sps_array, i); in gst_rtp_h265_add_vps_sps_pps() 772 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h265_add_vps_sps_pps()
|
/third_party/glib/glib/tests/ |
D | array-test.c | 1001 g_ptr_array_remove_index_fast (gparray, 1); in pointer_array_free_func()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2947 g_ptr_array_remove_index_fast
|
/third_party/glib/ |
D | NEWS | 9323 618866 g_ptr_array_remove_index_fast memory leak
|