Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp259 g_free (filter->mouth_profile); in gst_face_detect_finalize()
377 filter->mouth_profile = g_strdup (DEFAULT_MOUTH_PROFILE); in gst_face_detect_init()
392 gst_face_detect_load_profile (filter, filter->mouth_profile); in gst_face_detect_init()
425 g_free (filter->mouth_profile); in gst_face_detect_set_property()
428 filter->mouth_profile = g_value_dup_string (value); in gst_face_detect_set_property()
430 gst_face_detect_load_profile (filter, filter->mouth_profile); in gst_face_detect_set_property()
484 g_value_set_string (value, filter->mouth_profile); in gst_face_detect_get_property()
Dgstfacedetect.h96 gchar *mouth_profile; member