Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c996 gsize phases_size; in alloc_cache_mem() local
1004 phases_size = sizeof (gpointer) * n_phases; in alloc_cache_mem()
1008 g_malloc0 (phases_size + n_phases * resampler->cached_taps_stride + in alloc_cache_mem()
1011 MEM_ALIGN ((gint8 *) resampler->cached_taps_mem + phases_size, ALIGN); in alloc_cache_mem()