Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OPT_EXPOSURE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
agfafocus.c
1136
s->opt[
OPT_EXPOSURE
].name = "exposure";
in init_options()
1137
s->opt[
OPT_EXPOSURE
].title = "Exposure";
in init_options()
1138
s->opt[
OPT_EXPOSURE
].desc = "Analog exposure control.";
in init_options()
1139
s->opt[
OPT_EXPOSURE
].type = SANE_TYPE_INT;
in init_options()
1140
s->opt[
OPT_EXPOSURE
].cap |= SANE_CAP_INACTIVE;
in init_options()
1141
s->opt[
OPT_EXPOSURE
].unit = SANE_UNIT_PERCENT;
in init_options()
1142
s->opt[
OPT_EXPOSURE
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1143
s->opt[
OPT_EXPOSURE
].constraint.range = &exposure_range;
in init_options()
1144
s->val[
OPT_EXPOSURE
].w = 23;
in init_options()
1449
case
OPT_EXPOSURE
in sane_control_option()
[all...]
H
A
D
agfafocus.h
61
OPT_EXPOSURE
,
enumerator
H
A
D
coolscan.h
84
OPT_EXPOSURE
,
enumerator
H
A
D
microtek.h
86
OPT_EXPOSURE
,
enumerator
H
A
D
microtek2.c
2287
val[
OPT_EXPOSURE
].w = MD_EXPOSURE_DEFAULT;
in init_options()
2696
sod[
OPT_EXPOSURE
].name = SANE_NAME_SCAN_EXPOS_TIME;
in init_options()
2697
sod[
OPT_EXPOSURE
].title = SANE_TITLE_SCAN_EXPOS_TIME;
in init_options()
2698
sod[
OPT_EXPOSURE
].desc = SANE_DESC_SCAN_EXPOS_TIME;
in init_options()
2699
sod[
OPT_EXPOSURE
].type = SANE_TYPE_INT;
in init_options()
2700
sod[
OPT_EXPOSURE
].unit = SANE_UNIT_PERCENT;
in init_options()
2701
sod[
OPT_EXPOSURE
].size = sizeof(SANE_Int);
in init_options()
2702
sod[
OPT_EXPOSURE
].constraint.range = &md->exposure_range;
in init_options()
2864
sod[
OPT_EXPOSURE
].cap &= ~SANE_CAP_INACTIVE;
in set_option_dependencies()
2891
sod[
OPT_EXPOSURE
]
in set_option_dependencies()
[all...]
H
A
D
coolscan.c
2997
scanner->opt[
OPT_EXPOSURE
].name = "exposure";
in init_options()
2998
scanner->opt[
OPT_EXPOSURE
].title = "Exposure";
in init_options()
2999
scanner->opt[
OPT_EXPOSURE
].desc = "";
in init_options()
3000
scanner->opt[
OPT_EXPOSURE
].type = SANE_TYPE_INT;
in init_options()
3001
scanner->opt[
OPT_EXPOSURE
].cap &= ~SANE_CAP_INACTIVE;
in init_options()
3002
scanner->opt[
OPT_EXPOSURE
].unit = SANE_UNIT_PERCENT;
in init_options()
3003
scanner->opt[
OPT_EXPOSURE
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
3004
scanner->opt[
OPT_EXPOSURE
].constraint.range = &exposure_range;
in init_options()
3036
scanner->opt[
OPT_EXPOSURE
].cap |= SANE_CAP_INACTIVE;
in init_options()
3525
case
OPT_EXPOSURE
in sane_control_option()
[all...]
H
A
D
microtek.c
1245
sod[
OPT_EXPOSURE
].name = "exposure";
in init_options()
1246
sod[
OPT_EXPOSURE
].title = "Exposure";
in init_options()
1247
sod[
OPT_EXPOSURE
].desc = "Analog exposure control";
in init_options()
1248
sod[
OPT_EXPOSURE
].type = SANE_TYPE_INT;
in init_options()
1249
sod[
OPT_EXPOSURE
].unit = SANE_UNIT_PERCENT;
in init_options()
1250
sod[
OPT_EXPOSURE
].size = sizeof(SANE_Word);
in init_options()
1251
sod[
OPT_EXPOSURE
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1255
sod[
OPT_EXPOSURE
].constraint.range = &(ms->exposure_range);
in init_options()
1256
val[
OPT_EXPOSURE
].w = 0;
in init_options()
3387
case
OPT_EXPOSURE
in sane_control_option()
[all...]
H
A
D
avision.c
6385
set_double (cmd.window.avision.type.normal.r_exposure_time, s->val[
OPT_EXPOSURE
].w);
in set_window()
6386
set_double (cmd.window.avision.type.normal.g_exposure_time, s->val[
OPT_EXPOSURE
].w);
in set_window()
6387
set_double (cmd.window.avision.type.normal.b_exposure_time, s->val[
OPT_EXPOSURE
].w);
in set_window()
7264
s->opt[
OPT_EXPOSURE
].name = "exposure";
in init_options()
7265
s->opt[
OPT_EXPOSURE
].title = "Exposure";
in init_options()
7266
s->opt[
OPT_EXPOSURE
].desc = "Manual exposure adjustment.";
in init_options()
7267
s->opt[
OPT_EXPOSURE
].type = SANE_TYPE_INT;
in init_options()
7268
s->opt[
OPT_EXPOSURE
].unit = SANE_UNIT_PERCENT;
in init_options()
7269
s->opt[
OPT_EXPOSURE
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
7270
s->opt[
OPT_EXPOSURE
]
in init_options()
[all...]
H
A
D
avision.h
324
OPT_EXPOSURE
, /* film exposure adjustment */
enumerator
H
A
D
microtek2.h
570
OPT_EXPOSURE
,
enumerator
Completed in 31 milliseconds