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:bBlueGainIndex
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_tpa.c
324
if ((ps->
bBlueGainIndex
+= (Byte)((wBlueShadingTemp / wBlueTemp) * 100 - 50) / 25) > 32)
in tpaP98GetNegativeTempRamData()
325
ps->
bBlueGainIndex
= 31;
in tpaP98GetNegativeTempRamData()
502
pbReg[2] = &ps->
bBlueGainIndex
;
in tpaP98RecalculateNegativeShadingGain()
532
ps->
bBlueGainIndex
-= 4;
in tpaP98RecalculateNegativeShadingGain()
602
wOldBlueGain = a_wGainString[ps->
bBlueGainIndex
]*100/ps->wReduceBlueFactor;
in tpaP98RecalculateShadingGainandData()
605
for (ps->
bBlueGainIndex
= 0;ps->
bBlueGainIndex
< 32;ps->
bBlueGainIndex
++) {
in tpaP98RecalculateShadingGainandData()
606
if (wOldBlueGain < a_wGainString[ps->
bBlueGainIndex
])
in tpaP98RecalculateShadingGainandData()
609
if (0 == ps->
bBlueGainIndex
)
in tpaP98RecalculateShadingGainandData()
[all...]
H
A
D
plustek-pp_scandata.h
271
Byte bRedGainIndex, bGreenGainIndex,
bBlueGainIndex
;
member
H
A
D
plustek-pp_dac.c
271
pbReg[2] = &ps->
bBlueGainIndex
;
in dacP98AdjustGain()
305
pbReg[2] = &ps->
bBlueGainIndex
;
in dacP98CheckLastGain()
466
ps->
bBlueGainIndex
= 0x02;
in dacP98AdjustRGBGain()
2481
IODataRegisterToDAC( ps, 0x2a, ps->
bBlueGainIndex
);
in DacP98FillGainOutDirectPort()
Completed in 6 milliseconds