Home
last modified time | relevance | path

Searched refs:OPT_DESPECKLE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dqcam.h113 OPT_DESPECKLE, /* turn on despeckling? */ enumerator
H A Dqcam.c1358 s->opt[OPT_DESPECKLE].name = "despeckle"; in init_options()
1359 s->opt[OPT_DESPECKLE].title = "Speckle filter"; in init_options()
1360 s->opt[OPT_DESPECKLE].desc = "Turning on this filter will remove the " in init_options()
1362 s->opt[OPT_DESPECKLE].type = SANE_TYPE_BOOL; in init_options()
1363 s->opt[OPT_DESPECKLE].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
1364 s->val[OPT_DESPECKLE].w = 0; in init_options()
1581 s->opt[OPT_DESPECKLE].cap |= SANE_CAP_INACTIVE; in sane_open()
1708 case OPT_DESPECKLE: in sane_control_option()
1764 case OPT_DESPECKLE: in sane_control_option()
2083 req.despeckle = s->val[OPT_DESPECKLE] in sane_start()
[all...]

Completed in 4 milliseconds