Home
last modified time | relevance | path

Searched refs:OPT_HUE (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dv4l.c392 s->opt[OPT_HUE].name = SANE_NAME_HUE; in init_options()
393 s->opt[OPT_HUE].title = SANE_TITLE_HUE; in init_options()
394 s->opt[OPT_HUE].desc = SANE_DESC_HUE; in init_options()
395 s->opt[OPT_HUE].type = SANE_TYPE_INT; in init_options()
396 s->opt[OPT_HUE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
397 s->opt[OPT_HUE].constraint.range = &u8_range; in init_options()
398 s->val[OPT_HUE].w = s->pict.hue / 256; in init_options()
754 case OPT_HUE: in sane_control_option()
833 case OPT_HUE: in sane_control_option()
H A Dqcam.c1419 s->opt[OPT_HUE].name = SANE_NAME_HUE; in init_options()
1420 s->opt[OPT_HUE].title = SANE_TITLE_HUE; in init_options()
1421 s->opt[OPT_HUE].desc = SANE_DESC_HUE; in init_options()
1422 s->opt[OPT_HUE].type = SANE_TYPE_INT; in init_options()
1423 s->opt[OPT_HUE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1424 s->opt[OPT_HUE].constraint.range = &u8_range; in init_options()
1425 s->val[OPT_HUE].w = 128; in init_options()
1583 s->opt[OPT_HUE].cap |= SANE_CAP_INACTIVE; in sane_open()
1719 case OPT_HUE: in sane_control_option()
1769 case OPT_HUE in sane_control_option()
[all...]
H A Dv4l.h59 OPT_HUE, enumerator
H A Dqcam.h127 OPT_HUE, enumerator

Completed in 4 milliseconds