Home
last modified time | relevance | path

Searched refs:g_array_remove_index (Results 1 – 22 of 22) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-path-map.c166 g_array_remove_index (map->mappings, match); in soup_path_map_remove()
Dsoup-message-headers.c300 g_array_remove_index (hdrs->array, index); in soup_message_headers_remove()
1026 g_array_remove_index (array, i); in soup_message_headers_get_ranges_internal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c337 g_array_remove_index (dpb->pic_list, i); in gst_h264_dpb_delete_unused()
903 g_array_remove_index (dpb->pic_list, index); in gst_h264_dpb_bump()
923 g_array_remove_index (dpb->pic_list, i); in gst_h264_dpb_bump()
Dgsth265picture.c256 g_array_remove_index (dpb->pic_list, i); in gst_h265_dpb_delete_unused()
/third_party/glib/glib/tests/
Darray-test.c182 g_array_remove_index (garray, 0); in array_steal()
379 g_array_remove_index (garray, 1); in array_remove_index()
380 g_array_remove_index (garray, 3); in array_remove_index()
381 g_array_remove_index (garray, 21); in array_remove_index()
382 g_array_remove_index (garray, 57); in array_remove_index()
678 g_array_remove_index (garray, 9); in array_clear_func()
/third_party/glib/
DNEWS.pre-1-3126 - g_array_remove_index: remove an entry, preserving the order
130 - g_byte_array_remove_index: wrapper for g_array_remove_index
/third_party/glib/glib/
Dgarray.h109 GArray* g_array_remove_index (GArray *array,
Dgarray.c691 g_array_remove_index (GArray *farray, in g_array_remove_index() function
2467 g_array_remove_index ((GArray *)array, index_); in g_byte_array_remove_index()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstmikey.c218 g_array_remove_index (p->subpayloads, idx); in gst_mikey_payload_kemac_remove_sub()
500 g_array_remove_index (p->params, idx); in gst_mikey_payload_sp_remove_param()
1068 g_array_remove_index (msg->map_info, idx); in gst_mikey_message_remove_cs_srtp()
1195 g_array_remove_index (msg->payloads, idx); in gst_mikey_message_remove_payload()
Dgstsdpmessage.c151 g_array_remove_index (msg->field, idx); \
2285 g_array_remove_index (media->fmts, idx); in gst_sdp_media_remove_format()
2521 g_array_remove_index (media->connections, idx); in gst_sdp_media_remove_connection()
2669 g_array_remove_index (media->bandwidths, idx); in gst_sdp_media_remove_bandwidth()
2928 g_array_remove_index (media->attributes, idx); in gst_sdp_media_remove_attribute()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c672 g_array_remove_index (msg->hdr_fields, i); in gst_rtsp_message_remove_header()
850 g_array_remove_index (msg->hdr_fields, pos); in gst_rtsp_message_remove_header_by_name()
/third_party/glib/gio/
Dgtestdbus.c215 g_array_remove_index (pids_to_kill, n); in watch_parent()
Dgmenu.c486 g_array_remove_index (menu->items, position); in g_menu_remove()
Dgfileinfo.c460 g_array_remove_index (info->attributes, i); in g_file_info_set_attribute_mask()
710 g_array_remove_index (info->attributes, i); in g_file_info_remove_attribute()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.c1765 g_array_remove_index (array, index); in gst_query_remove_nth_allocation_pool()
1895 g_array_remove_index (array, index); in gst_query_remove_nth_allocation_meta()
2109 g_array_remove_index (array, index); in gst_query_remove_nth_allocation_param()
Dgstcaps.c486 g_array_remove_index (GST_CAPS_ARRAY (caps), idx); in gst_caps_remove_and_get_structure_and_features()
2674 GST_CAPS_ARRAY (caps) = g_array_remove_index (GST_CAPS_ARRAY (caps), i); in gst_caps_filter_and_map_in_place()
Dgstpad.c540 g_array_remove_index (events, i); in remove_event_by_type()
626 g_array_remove_index (events, i); in events_foreach()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.c282 g_array_remove_index (ebml->readers, ebml->readers->len - 1); in gst_ebml_read_pop_master()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c141 g_array_remove_index (values, i); in register_enum()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c1769 mhsink->bufqueue = g_array_remove_index (mhsink->bufqueue, i); in gst_multi_handle_sink_queue_buffer()
2145 mhsink->bufqueue = g_array_remove_index (mhsink->bufqueue, i); in gst_multi_handle_sink_stop()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2915 g_array_remove_index
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c1059 g_array_remove_index (demux->essence_tracks, in gst_mxf_demux_update_essence_tracks()