Home
last modified time | relevance | path

Searched refs:OPT_FOCUS (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Depson.c2298 s->opt[OPT_FOCUS].cap &= ~SANE_CAP_INACTIVE; in attach()
2304 s->val[OPT_FOCUS].w = 0; in attach()
2309 s->val[OPT_FOCUS].w = 1; in attach()
2317 s->opt[OPT_FOCUS].cap |= SANE_CAP_INACTIVE; in attach()
2318 s->val[OPT_FOCUS].w = 0; /* on glass - just in case */ in attach()
3398 s->opt[OPT_FOCUS].name = SANE_EPSON_FOCUS_NAME; in init_options()
3399 s->opt[OPT_FOCUS].title = SANE_EPSON_FOCUS_TITLE; in init_options()
3400 s->opt[OPT_FOCUS].desc = SANE_EPSON_FOCUS_DESC; in init_options()
3401 s->opt[OPT_FOCUS].type = SANE_TYPE_STRING; in init_options()
3402 s->opt[OPT_FOCUS] in init_options()
[all...]
H A Dcanon.c1353 s->opt[OPT_FOCUS].name = "focus"; in init_options()
1354 s->opt[OPT_FOCUS].title = SANE_I18N("Manual focus position"); in init_options()
1355 s->opt[OPT_FOCUS].desc = SANE_I18N("Set the optical system's focus " in init_options()
1357 s->opt[OPT_FOCUS].type = SANE_TYPE_INT; in init_options()
1358 s->opt[OPT_FOCUS].unit = SANE_UNIT_NONE; in init_options()
1359 s->opt[OPT_FOCUS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1360 s->opt[OPT_FOCUS].constraint.range = &s->hw->info.focus_range; in init_options()
1361 s->opt[OPT_FOCUS].cap |= (s->hw->info.can_focus) ? 0 : SANE_CAP_INACTIVE; in init_options()
1362 s->val[OPT_FOCUS].w = (s->hw->info.can_focus) ? 128 : 0; in init_options()
1850 (int) s->AE, s->val[OPT_FOCUS] in do_focus()
[all...]
H A Depson.h133 OPT_SOURCE, OPT_AUTO_EJECT, OPT_FILM_TYPE, OPT_FOCUS, OPT_BAY, enumerator
H A Dcanon.h172 OPT_FOCUS, /* Manual focus position */ enumerator
363 "OPT_FOCUS",
H A Dcanon-sane.c364 case OPT_FOCUS: in sane_control_option()
490 case OPT_FOCUS: in sane_control_option()
625 s->opt[OPT_FOCUS].cap |= SANE_CAP_INACTIVE; in sane_control_option()
630 s->opt[OPT_FOCUS].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()

Completed in 11 milliseconds