/third_party/libsoup/libsoup/ |
D | soup-path-map.c | 166 g_array_remove_index (map->mappings, match); in soup_path_map_remove()
|
D | soup-message-headers.c | 300 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/ |
D | gsth264picture.c | 337 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()
|
D | gsth265picture.c | 256 g_array_remove_index (dpb->pic_list, i); in gst_h265_dpb_delete_unused()
|
/third_party/glib/glib/tests/ |
D | array-test.c | 182 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/ |
D | NEWS.pre-1-3 | 126 - 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/ |
D | garray.h | 109 GArray* g_array_remove_index (GArray *array,
|
D | garray.c | 691 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/ |
D | gstmikey.c | 218 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()
|
D | gstsdpmessage.c | 151 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/ |
D | gstrtspmessage.c | 672 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/ |
D | gtestdbus.c | 215 g_array_remove_index (pids_to_kill, n); in watch_parent()
|
D | gmenu.c | 486 g_array_remove_index (menu->items, position); in g_menu_remove()
|
D | gfileinfo.c | 460 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/ |
D | gstquery.c | 1765 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()
|
D | gstcaps.c | 486 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()
|
D | gstpad.c | 540 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/ |
D | ebml-read.c | 282 g_array_remove_index (ebml->readers, ebml->readers->len - 1); in gst_ebml_read_pop_master()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcfg.c | 141 g_array_remove_index (values, i); in register_enum()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultihandlesink.c | 1769 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/ |
D | glib-sections.txt | 2915 g_array_remove_index
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 1059 g_array_remove_index (demux->essence_tracks, in gst_mxf_demux_update_essence_tracks()
|