Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.c325 gchar *nprop = g_strdup_printf ("%s-%d", name, n++); in gst_ladspa_object_class_get_param_name() local
327 while (g_object_class_find_property (G_OBJECT_CLASS (object_class), nprop)) { in gst_ladspa_object_class_get_param_name()
328 g_free (nprop); in gst_ladspa_object_class_get_param_name()
329 nprop = g_strdup_printf ("%s-%d", name, n++); in gst_ladspa_object_class_get_param_name()
332 name = nprop; in gst_ladspa_object_class_get_param_name()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c306 int nprop; in SetXRandRDisplayName() local
307 Atom *props = X11_XRRListOutputProperties(dpy, output, &nprop); in SetXRandRDisplayName()
310 for (i = 0; i < nprop; ++i) { in SetXRandRDisplayName()
DSDL_x11sym.h299 …tom*,XRRListOutputProperties,(Display *dpy, RROutput output, int *nprop),(dpy,output,nprop),return)