Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsnapscan-options.c884 po[OPT_FRAME_NO].name = SANE_I18N("Frame"); in init_options()
885 po[OPT_FRAME_NO].title = SANE_I18N("Frame to be scanned"); in init_options()
886 po[OPT_FRAME_NO].desc = frame_desc; in init_options()
887 po[OPT_FRAME_NO].type = SANE_TYPE_INT; in init_options()
888 po[OPT_FRAME_NO].unit = SANE_UNIT_NONE; in init_options()
889 po[OPT_FRAME_NO].size = sizeof (SANE_Int); in init_options()
890 po[OPT_FRAME_NO].cap = SANE_CAP_SOFT_SELECT in init_options()
893 po[OPT_FRAME_NO].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
894 po[OPT_FRAME_NO].constraint.range = &frame_range; in init_options()
1055 pss->options[OPT_FRAME_NO] in control_options()
[all...]
H A Dsnapscan.h278 OPT_FRAME_NO, /* frame number for film scanner */ enumerator

Completed in 3 milliseconds