Home
last modified time | relevance | path

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

/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Daes1660.c69 aesdev->extra_img_flags = FP_IMG_PARTIAL; in dev_init()
H A Daes2660.c70 aesdev->extra_img_flags = FP_IMG_PARTIAL; in dev_init()
H A Daes1610.c631 img->flags |= FP_IMG_PARTIAL; in capture_read_strip_cb()
H A Dupektc_img.c336 img->flags = FP_IMG_PARTIAL; in capture_read_data_cb()
H A Daes2550.c267 img->flags |= FP_IMG_PARTIAL; in capture_set_idle_reqs_cb()
H A Daes2501.c499 img->flags |= FP_IMG_PARTIAL; in capture_read_strip_cb()
/dports/security/libfprint/libfprint-0.7.0/libfprint/
H A Dfp_internal.h382 #define FP_IMG_PARTIAL (1<<4) macro
H A Dimg.c287 g_lfsparms_V2.remove_perimeter_pts = img->flags & FP_IMG_PARTIAL ? TRUE : FALSE; in fpi_img_detect_minutiae()