Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c91 static char *cp_name[] = { variable
207 if (!strcmp(cpoint_name, cp_name[i])) { in lkdtm_parse_commandline()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c2196 gchar *cp_name; in gst_videomixer2_constructed() local
2198 cp_name = g_strconcat (GST_OBJECT_NAME (obj), "-collectpads", NULL); in gst_videomixer2_constructed()
2199 gst_object_set_name (GST_OBJECT (mix->collect), cp_name); in gst_videomixer2_constructed()
2200 g_free (cp_name); in gst_videomixer2_constructed()