Searched refs:g_realloc_n (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/tests/ |
D | mem-overflow.c | 57 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/ |
D | gstvc1parser.c | 2213 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/ |
D | gmem.c | 384 g_realloc_n (gpointer mem, in g_realloc_n() function
|
D | gmem.h | 104 gpointer g_realloc_n (gpointer mem,
|
D | gregex.c | 1051 match_info->offsets = g_realloc_n (match_info->offsets, in g_match_info_next()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | transportstream.c | 102 ret = g_realloc_n (ret, ret_size, sizeof (int)); in transport_stream_get_all_pt()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstqueuearray.c | 372 array->array = g_realloc_n (array->array, newsize, elt_size); in gst_queue_array_do_expand()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 268 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/ |
D | audio-resampler.c | 980 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/ |
D | gstnvh264dec.c | 819 self->slice_offsets = (guint *) g_realloc_n (self->slice_offsets, in gst_nv_h264_dec_decode_slice()
|
D | gstnvh265dec.c | 866 self->slice_offsets = (guint *) g_realloc_n (self->slice_offsets, in gst_nv_h265_dec_decode_slice()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1326 g_realloc_n
|