Home
last modified time | relevance | path

Searched refs:g_realloc_n (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/glib/tests/
Dmem-overflow.c57 MEM_OVERFLOW_TEST (realloc_n_a_a, p = g_malloc (1); p = g_realloc_n (p, a, a))
58 MEM_OVERFLOW_TEST (realloc_n_a_b, p = g_malloc (1); p = g_realloc_n (p, a, b))
59 MEM_OVERFLOW_TEST (realloc_n_b_a, p = g_malloc (1); p = g_realloc_n (p, b, a))
60 MEM_OVERFLOW_TEST (realloc_n_b_b, p = g_malloc (1); p = g_realloc_n (p, b, b))
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.c2213 g_realloc_n (bitplanes->acpred, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2215 g_realloc_n (bitplanes->fieldtx, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2217 g_realloc_n (bitplanes->overflags, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2219 g_realloc_n (bitplanes->mvtypemb, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2221 g_realloc_n (bitplanes->skipmb, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2223 g_realloc_n (bitplanes->directmb, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
2225 g_realloc_n (bitplanes->forwardmb, bitplanes->size, sizeof (guint8)); in gst_vc1_bitplanes_ensure_size()
/third_party/glib/glib/
Dgmem.c384 g_realloc_n (gpointer mem, in g_realloc_n() function
Dgmem.h104 gpointer g_realloc_n (gpointer mem,
Dgregex.c1051 match_info->offsets = g_realloc_n (match_info->offsets, in g_match_info_next()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportstream.c102 ret = g_realloc_n (ret, ret_size, sizeof (int)); in transport_stream_get_all_pt()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.c372 array->array = g_realloc_n (array->array, newsize, elt_size); in gst_queue_array_do_expand()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c268 self->clock_samples = g_realloc_n (self->clock_samples, in gst_uvc_h264_mjpg_demux_set_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c980 g_realloc_n (resampler->tmp_taps, n_taps, sizeof (gdouble)); in alloc_taps_mem()
999 g_realloc_n (resampler->tmp_taps, n_taps, sizeof (gdouble)); in alloc_cache_mem()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c819 self->slice_offsets = (guint *) g_realloc_n (self->slice_offsets, in gst_nv_h264_dec_decode_slice()
Dgstnvh265dec.c866 self->slice_offsets = (guint *) g_realloc_n (self->slice_offsets, in gst_nv_h265_dec_decode_slice()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1326 g_realloc_n