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_BLACK_LEVEL
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
qcam.c
1397
s->opt[
OPT_BLACK_LEVEL
].name = SANE_NAME_BLACK_LEVEL;
in init_options()
1398
s->opt[
OPT_BLACK_LEVEL
].title = SANE_TITLE_BLACK_LEVEL;
in init_options()
1399
s->opt[
OPT_BLACK_LEVEL
].desc = SANE_DESC_BLACK_LEVEL
in init_options()
1402
s->opt[
OPT_BLACK_LEVEL
].type = SANE_TYPE_INT;
in init_options()
1403
s->opt[
OPT_BLACK_LEVEL
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
1404
s->opt[
OPT_BLACK_LEVEL
].constraint.range = &u8_range;
in init_options()
1405
s->val[
OPT_BLACK_LEVEL
].w = 0;
in init_options()
1582
s->opt[
OPT_BLACK_LEVEL
].cap |= SANE_CAP_INACTIVE;
in sane_open()
1717
case
OPT_BLACK_LEVEL
:
in sane_control_option()
1767
case
OPT_BLACK_LEVEL
in sane_control_option()
[all...]
H
A
D
qcam.h
125
OPT_BLACK_LEVEL
,
enumerator
H
A
D
artec_eplus48u.c
681
int black_level = s->val[
OPT_BLACK_LEVEL
].w;
in copy_scan_line()
2773
s->opt[
OPT_BLACK_LEVEL
].name = SANE_NAME_BLACK_LEVEL;
in init_options()
2774
s->opt[
OPT_BLACK_LEVEL
].title = SANE_TITLE_BLACK_LEVEL;
in init_options()
2775
s->opt[
OPT_BLACK_LEVEL
].desc = SANE_DESC_BLACK_LEVEL;
in init_options()
2776
s->opt[
OPT_BLACK_LEVEL
].type = SANE_TYPE_INT;
in init_options()
2777
s->opt[
OPT_BLACK_LEVEL
].unit = SANE_UNIT_NONE;
in init_options()
2778
s->opt[
OPT_BLACK_LEVEL
].constraint_type = SANE_CONSTRAINT_RANGE;
in init_options()
2779
s->opt[
OPT_BLACK_LEVEL
].constraint.range = &blacklevel_range;
in init_options()
2780
s->opt[
OPT_BLACK_LEVEL
].cap |= SANE_CAP_INACTIVE;
in init_options()
2781
s->val[
OPT_BLACK_LEVEL
]
in init_options()
[all...]
H
A
D
artec_eplus48u.h
90
OPT_BLACK_LEVEL
,
enumerator
Completed in 8 milliseconds