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:gl841
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
39
#include "
gl841
.h"
61
case AsicType::GL841: return std::unique_ptr<CommandSet>(new
gl841
::CommandSetGl841{});
in create_cmd_set()
1547
regs.set16(
gl841
::REG_EXPR, exposure.red);
in regs_set_exposure()
1548
regs.set16(
gl841
::REG_EXPG, exposure.green);
in regs_set_exposure()
1549
regs.set16(
gl841
::REG_EXPB, exposure.blue);
in regs_set_exposure()
1591
regs.find_reg(
gl841
::REG_0x01).value &= ~
gl841
::REG_0x01_SCAN;
in regs_set_optical_off()
1626
return static_cast<bool>(regs.get8(
gl841
::REG_0x06) &
gl841
::REG_0x06_GAIN4);
in get_registers_gain4_bit()
1827
// exposure depends on total number of pixels at least on
gl841
in sanei_genesys_is_compatible_calibration()
[all...]
H
A
D
gl841.h
28
namespace
gl841
{
namespace
93
} // namespace
gl841
H
A
D
gl841_registers.h
27
namespace
gl841
{
namespace
245
} // namespace
gl841
H
A
D
genesys.cpp
454
dev.interface->write_register(
gl841
::REG_0x0D,
in scanner_clear_scan_and_feed_counts()
455
gl841
::REG_0x0D_CLRLNCNT);
in scanner_clear_scan_and_feed_counts()
601
auto reg = dev.interface->read_register(
gl841
::REG_0x40);
in scanner_is_motor_stopped()
603
return (!(reg &
gl841
::REG_0x40_DATAENB) && !(reg &
gl841
::REG_0x40_MOTMFLG) &&
in scanner_is_motor_stopped()
2833
/*
gl841
supports 1/1 1/2 1/3 1/4 1/5 1/6 1/8 1/10 1/12 1/15 averaging */
in compute_averaged_planar()
3118
/*
gl841
supports 1/1 1/2 1/3 1/4 1/5 1/6 1/8 1/10 1/12 1/15 averaging */
in compute_shifted_coefficients()
H
A
D
gl841.cpp
32
#include "
gl841
.h"
39
namespace
gl841
{
namespace
2217
} // namespace
gl841
Completed in 14 milliseconds