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:saturationLevel
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pieusb_scancmd.c
1042
_get_shorts (settings->
saturationLevel
, data+54, 3);
in sanei_pieusb_cmd_get_gain_offset()
1054
DBG (DBG_info, " saturationlevels = %d-%d-%d\n", settings->
saturationLevel
[0], settings->
saturationLevel
[1], settings->
saturationLevel
[2]);
in sanei_pieusb_cmd_get_gain_offset()
H
A
D
pieusb_specific.c
1904
dgi = ((double)scanner->settings.
saturationLevel
[0] / 65536) / ((double)scanner->preview_upper_bound[0] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1906
dgi = ((double)scanner->settings.
saturationLevel
[1] / 65536) / ((double)scanner->preview_upper_bound[1] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1908
dgi = ((double)scanner->settings.
saturationLevel
[2] / 65536) / ((double)scanner->preview_upper_bound[2] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1916
dgi = ((double)scanner->settings.
saturationLevel
[0] / 65536) / ((double)scanner->preview_upper_bound[0] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1918
dgi = ((double)scanner->settings.
saturationLevel
[1] / 65536) / ((double)scanner->preview_upper_bound[1] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1920
dgi = ((double)scanner->settings.
saturationLevel
[2] / 65536) / ((double)scanner->preview_upper_bound[2] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1928
dgi = ((double)scanner->settings.
saturationLevel
[2] / 65536) / ((double)scanner->preview_upper_bound[2] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1934
dgi = ((double)scanner->settings.
saturationLevel
[1] / 65536) / ((double)scanner->preview_upper_bound[1] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
1940
dgi = ((double)scanner->settings.
saturationLevel
[0] / 65536) / ((double)scanner->preview_upper_bound[0] / HISTOGRAM_SIZE);
in sanei_pieusb_set_gain_offset()
2495
dg = ((double)scanner->settings.
saturationLevel
[color_inde
[all...]
H
A
D
pieusb_scancmd.h
189
SANE_Int
saturationLevel
[3];
member
Completed in 7 milliseconds