/third_party/glib/glib/tests/ |
D | array-test.c | 109 garray = g_array_sized_new (config->zero_terminated, config->clear_, sizeof (gint), 10); in array_set_size_sized() 711 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 0); in test_array_binary_search() 725 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 0); in test_array_binary_search() 733 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 1); in test_array_binary_search() 748 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 2); in test_array_binary_search() 764 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 3); in test_array_binary_search() 780 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 10000); in test_array_binary_search() 806 garray = g_array_sized_new (FALSE, FALSE, sizeof (guint), 3); in test_array_binary_search() 830 array1 = g_array_sized_new (FALSE, FALSE, sizeof (int), 1); in test_array_copy_sized()
|
/third_party/glib/glib/ |
D | garray.c | 185 return g_array_sized_new (zero_terminated, clear, elt_size, 0); in g_array_new() 256 g_array_sized_new (gboolean zero_terminated, in g_array_sized_new() function 1278 (GRealArray *) g_array_sized_new (rarray->zero_terminated, rarray->clear, in g_array_copy() 2231 return (GByteArray *)g_array_sized_new (FALSE, FALSE, 1, 0); in g_byte_array_new() 2307 return (GByteArray *)g_array_sized_new (FALSE, FALSE, 1, reserved_size); in g_byte_array_sized_new()
|
D | gtimezone.c | 435 gtz->t_info = g_array_sized_new (FALSE, TRUE, sizeof (TransitionInfo), 1); in zone_for_constant_offset() 634 gtz->t_info = g_array_sized_new (FALSE, TRUE, sizeof (TransitionInfo), in init_zone_from_iana_info() 636 gtz->transitions = g_array_sized_new (FALSE, TRUE, sizeof (Transition), in init_zone_from_iana_info() 1138 gtz->t_info = g_array_sized_new (FALSE, TRUE, sizeof (TransitionInfo), type_count); in init_zone_from_rules() 1139 gtz->transitions = g_array_sized_new (FALSE, TRUE, sizeof (Transition), trans_count); in init_zone_from_rules()
|
D | garray.h | 77 GArray* g_array_sized_new (gboolean zero_terminated,
|
D | ghostutils.c | 597 output_chars = g_array_sized_new (FALSE, FALSE, sizeof (gunichar), in punycode_decode()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadisplay_priv.c | 122 ret = g_array_sized_new (FALSE, FALSE, sizeof (GstVideoFormat), num); in gst_va_display_get_image_formats()
|
D | gstvadecoder.c | 800 pic->buffers = g_array_sized_new (FALSE, FALSE, sizeof (VABufferID), 16); in gst_va_decode_picture_new() 801 pic->slices = g_array_sized_new (FALSE, FALSE, sizeof (VABufferID), 64); in gst_va_decode_picture_new()
|
D | gstvafilter.c | 534 filters = g_array_sized_new (FALSE, FALSE, sizeof (struct VaFilter), num); in gst_va_filter_ensure_filters() 1468 self->filters = g_array_sized_new (FALSE, FALSE, sizeof (VABufferID), 16); in gst_va_filter_add_filter_buffer()
|
D | gstvah264dec.c | 946 self->ref_list = g_array_sized_new (FALSE, TRUE, in gst_va_h264_dec_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264decoder.c | 346 priv->ref_pic_list_p0 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 351 priv->ref_pic_list_b0 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 356 priv->ref_pic_list_b1 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 361 priv->ref_frame_list_0_short_term = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 366 priv->ref_frame_list_1_short_term = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 371 priv->ref_frame_list_long_term = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 376 priv->ref_pic_list0 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init() 378 priv->ref_pic_list1 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init()
|
D | gsth265picture.c | 130 g_array_sized_new (FALSE, TRUE, sizeof (GstH265Picture *), in gst_h265_dpb_new()
|
D | gsth265decoder.c | 189 priv->ref_pic_list_tmp = g_array_sized_new (FALSE, TRUE, in gst_h265_decoder_init() 191 priv->ref_pic_list0 = g_array_sized_new (FALSE, TRUE, in gst_h265_decoder_init() 193 priv->ref_pic_list1 = g_array_sized_new (FALSE, TRUE, in gst_h265_decoder_init()
|
D | gsth264picture.c | 142 g_array_sized_new (FALSE, TRUE, sizeof (GstH264Picture *), in gst_h264_dpb_new()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc-util.c | 163 colours = g_array_sized_new (FALSE, FALSE, sizeof (ColourEntry), num_pixels); in gst_dvbsubenc_ayuv_to_ayuv8p() 167 g_array_sized_new (FALSE, TRUE, sizeof (HistogramEntry), num_pixels); in gst_dvbsubenc_ayuv_to_ayuv8p()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 223 g_array_sized_new (FALSE, FALSE, sizeof (GstTrunSample), in gst_isoff_trun_box_parse() 370 g_array_sized_new (FALSE, FALSE, sizeof (GstTfrfBoxEntry), in gst_isoff_tfrf_box_parse()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 300 priv->requests = g_array_sized_new (FALSE, TRUE, sizeof (ReadRequest), in gst_ks_video_device_prepare_buffers() 302 priv->request_events = g_array_sized_new (FALSE, TRUE, sizeof (HANDLE), in gst_ks_video_device_prepare_buffers()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | ebml-read.c | 168 ebml->readers = g_array_sized_new (FALSE, FALSE, sizeof (GstEbmlMaster), 10); in gst_ebml_read_init()
|
D | matroska-read-common.c | 1889 g_array_sized_new (FALSE, FALSE, sizeof (GstMatroskaIndex), 128); in gst_matroska_read_common_parse_index() 1973 g_array_sized_new (FALSE, FALSE, sizeof (GstMatroskaIndex), 128); in gst_matroska_read_common_parse_index() 3282 g_array_sized_new (FALSE, FALSE, sizeof (GstMatroskaTrackEncoding), 1); in gst_matroska_read_common_read_track_encodings()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-pgs.c | 324 g_array_sized_new (FALSE, TRUE, sizeof (PgsCompositionObject), in pgs_presentation_segment_set_object_count()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbus.c | 860 timestamps = g_array_sized_new (FALSE, FALSE, sizeof (gint64), 10); in GST_START_TEST()
|
/third_party/libsoup/libsoup/ |
D | soup-message-headers.c | 82 hdrs->array = g_array_sized_new (TRUE, FALSE, sizeof (SoupHeader), 5); in soup_message_headers_new()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264dec.c | 209 self->ref_list = g_array_sized_new (FALSE, TRUE, in gst_nv_h264_dec_init()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstleaks.c | 188 self->filter = g_array_sized_new (FALSE, FALSE, sizeof (GType), in set_filters()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 1063 twcc_packets = g_array_sized_new (FALSE, FALSE, in rtp_twcc_manager_parse_fci()
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 2434 fun:g_array_sized_new 2450 fun:g_array_sized_new 2462 fun:g_array_sized_new 2498 fun:g_array_sized_new
|