Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp257 g_free (filter->face_profile); in gst_face_detect_finalize()
375 filter->face_profile = g_strdup (DEFAULT_FACE_PROFILE); in gst_face_detect_init()
388 gst_face_detect_load_profile (filter, filter->face_profile); in gst_face_detect_init()
409 g_free (filter->face_profile); in gst_face_detect_set_property()
412 filter->face_profile = g_value_dup_string (value); in gst_face_detect_set_property()
414 gst_face_detect_load_profile (filter, filter->face_profile); in gst_face_detect_set_property()
478 g_value_set_string (value, filter->face_profile); in gst_face_detect_get_property()
Dgstfacedetect.h94 gchar *face_profile; member