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_WHITE_LEVEL
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
v4l.c
419
s->opt[
OPT_WHITE_LEVEL
].name = SANE_NAME_WHITE_LEVEL;
in init_options()
420
s->opt[
OPT_WHITE_LEVEL
].title = SANE_TITLE_WHITE_LEVEL;
in init_options()
421
s->opt[
OPT_WHITE_LEVEL
].desc = SANE_DESC_WHITE_LEVEL;
in init_options()
422
s->opt[
OPT_WHITE_LEVEL
].type = SANE_TYPE_INT;
in init_options()
423
s->opt[
OPT_WHITE_LEVEL
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
424
s->opt[
OPT_WHITE_LEVEL
].constraint.range = &u8_range;
in init_options()
425
s->val[
OPT_WHITE_LEVEL
].w = s->pict.whiteness / 256;
in init_options()
757
case
OPT_WHITE_LEVEL
:
in sane_control_option()
845
case
OPT_WHITE_LEVEL
:
in sane_control_option()
899
if (option >= OPT_BRIGHTNESS && option <=
OPT_WHITE_LEVEL
)
in sane_control_option()
[all...]
H
A
D
matsushita.c
1259
dev->opt[
OPT_WHITE_LEVEL
].name = SANE_NAME_WHITE_LEVEL;
in matsushita_init_options()
1260
dev->opt[
OPT_WHITE_LEVEL
].title = SANE_TITLE_WHITE_LEVEL;
in matsushita_init_options()
1261
dev->opt[
OPT_WHITE_LEVEL
].desc = SANE_DESC_WHITE_LEVEL;
in matsushita_init_options()
1262
dev->opt[
OPT_WHITE_LEVEL
].type = SANE_TYPE_STRING;
in matsushita_init_options()
1263
dev->opt[
OPT_WHITE_LEVEL
].size = max_string_size (white_level_list);
in matsushita_init_options()
1264
dev->opt[
OPT_WHITE_LEVEL
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in matsushita_init_options()
1265
dev->opt[
OPT_WHITE_LEVEL
].constraint.string_list = white_level_list;
in matsushita_init_options()
1266
dev->val[
OPT_WHITE_LEVEL
].s = strdup (white_level_list[0]);
in matsushita_init_options()
1268
dev->opt[
OPT_WHITE_LEVEL
].cap |= SANE_CAP_INACTIVE;
in matsushita_init_options()
1456
i = get_string_list_index (white_level_list, dev->val[
OPT_WHITE_LEVEL
]
in matsushita_set_window()
[all...]
H
A
D
qcam.c
1408
s->opt[
OPT_WHITE_LEVEL
].name = SANE_NAME_WHITE_LEVEL;
in init_options()
1409
s->opt[
OPT_WHITE_LEVEL
].title = SANE_TITLE_WHITE_LEVEL;
in init_options()
1410
s->opt[
OPT_WHITE_LEVEL
].desc = SANE_DESC_WHITE_LEVEL
in init_options()
1413
s->opt[
OPT_WHITE_LEVEL
].type = SANE_TYPE_INT;
in init_options()
1414
s->opt[
OPT_WHITE_LEVEL
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1415
s->opt[
OPT_WHITE_LEVEL
].constraint.range = &u8_range;
in init_options()
1416
s->val[
OPT_WHITE_LEVEL
].w = 150;
in init_options()
1601
s->val[
OPT_WHITE_LEVEL
].w = 150;
in sane_open()
1718
case
OPT_WHITE_LEVEL
:
in sane_control_option()
1768
case
OPT_WHITE_LEVEL
in sane_control_option()
[all...]
H
A
D
kvs1025_opt.c
295
"
OPT_WHITE_LEVEL
", /* White level */
771
dev->opt[
OPT_WHITE_LEVEL
].name = SANE_NAME_WHITE_LEVEL;
in kv_init_options()
772
dev->opt[
OPT_WHITE_LEVEL
].title = SANE_TITLE_WHITE_LEVEL;
in kv_init_options()
773
dev->opt[
OPT_WHITE_LEVEL
].desc = SANE_DESC_WHITE_LEVEL;
in kv_init_options()
774
dev->opt[
OPT_WHITE_LEVEL
].type = SANE_TYPE_STRING;
in kv_init_options()
775
dev->opt[
OPT_WHITE_LEVEL
].size = max_string_size (go_white_level_list);
in kv_init_options()
776
dev->opt[
OPT_WHITE_LEVEL
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in kv_init_options()
777
dev->opt[
OPT_WHITE_LEVEL
].constraint.string_list = go_white_level_list;
in kv_init_options()
778
dev->val[
OPT_WHITE_LEVEL
].s = strdup (go_white_level_list[0]);
in kv_init_options()
1012
case
OPT_WHITE_LEVEL
in kv_control_option()
[all...]
H
A
D
v4l.h
62
OPT_WHITE_LEVEL
,
enumerator
H
A
D
qcam.h
126
OPT_WHITE_LEVEL
,
enumerator
H
A
D
kvs1025_low.h
125
OPT_WHITE_LEVEL
, /* White level */
enumerator
H
A
D
matsushita.h
190
OPT_WHITE_LEVEL
, /* White level */
enumerator
Completed in 10 milliseconds