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:sensor_id
(Results
1 - 11
of
11
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
tables_model.cpp
116
model.
sensor_id
= SensorId::CCD_UMAX;
in genesys_init_usb_device_tables()
168
model.
sensor_id
= SensorId::CIS_CANON_LIDE_35;
in genesys_init_usb_device_tables()
223
model.
sensor_id
= SensorId::CCD_KVSS080;
in genesys_init_usb_device_tables()
273
model.
sensor_id
= SensorId::CCD_HP_4850C;
in genesys_init_usb_device_tables()
323
model.
sensor_id
= SensorId::CCD_G4050;
in genesys_init_usb_device_tables()
375
model.
sensor_id
= SensorId::CCD_G4050;
in genesys_init_usb_device_tables()
440
model.
sensor_id
= SensorId::CCD_CANON_4400F;
in genesys_init_usb_device_tables()
514
model.
sensor_id
= SensorId::CCD_CANON_8400F;
in genesys_init_usb_device_tables()
580
model.
sensor_id
= SensorId::CCD_CANON_8600F;
in genesys_init_usb_device_tables()
633
model.
sensor_id
in genesys_init_usb_device_tables()
[all...]
H
A
D
sensor.h
232
SensorId
sensor_id
= SensorId::UNKNOWN;
member
344
return
sensor_id
== other.
sensor_id
&&
in operator ==()
374
serialize(str, x.
sensor_id
);
in serialize()
H
A
D
tables_sensor.cpp
37
sensor.
sensor_id
= SensorId::CCD_UMAX; // gl646
in genesys_init_sensor_tables()
79
sensor.
sensor_id
= SensorId::CCD_ST12; // gl646
in genesys_init_sensor_tables()
119
sensor.
sensor_id
= SensorId::CCD_ST24; // gl646
in genesys_init_sensor_tables()
161
sensor.
sensor_id
= SensorId::CCD_5345; // gl646
in genesys_init_sensor_tables()
282
sensor.
sensor_id
= SensorId::CCD_HP2400; // gl646
in genesys_init_sensor_tables()
374
sensor.
sensor_id
= SensorId::CCD_HP2300; // gl646
in genesys_init_sensor_tables()
448
sensor.
sensor_id
= SensorId::CIS_CANON_LIDE_35; // gl841
in genesys_init_sensor_tables()
496
sensor.
sensor_id
= SensorId::CIS_CANON_LIDE_60; // gl841
in genesys_init_sensor_tables()
544
sensor.
sensor_id
= SensorId::CIS_CANON_LIDE_90; // gl842
in genesys_init_sensor_tables()
607
sensor.
sensor_id
in genesys_init_sensor_tables()
[all...]
H
A
D
sensor.cpp
106
<< "
sensor_id
: " << static_cast<unsigned>(sensor.
sensor_id
) << '\n'
in operator <<()
H
A
D
device.h
201
SensorId
sensor_id
= SensorId::UNKNOWN;
member
H
A
D
gl124.cpp
85
if(dev->model->
sensor_id
== SensorId::CIS_CANON_LIDE_120) {
in gl124_init_registers()
113
if(dev->model->
sensor_id
!= SensorId::CIS_CANON_LIDE_120) {
in gl124_init_registers()
173
if (dev->model->
sensor_id
!= SensorId::CIS_CANON_LIDE_120) {
in gl124_init_registers()
200
if (dev->model->
sensor_id
!= SensorId::CIS_CANON_LIDE_120) {
in gl124_init_registers()
287
if (dev->model->
sensor_id
== SensorId::CIS_CANON_LIDE_120) {
in gl124_init_registers()
596
if ((dev->model->
sensor_id
!= SensorId::CIS_CANON_LIDE_120) && (session.params.xres>=600)) {
in gl124_init_optical_regs_scan()
H
A
D
gl646.cpp
419
static int get_cksel(SensorId
sensor_id
, int required, unsigned channels)
in get_cksel()
argument
423
if (sensor.
sensor_id
==
sensor_id
&& sensor.resolutions.matches(required) &&
in get_cksel()
598
if (dev->model->
sensor_id
== SensorId::CCD_HP2400) {
in init_regs_for_scan_session()
913
if (dev->model->
sensor_id
== SensorId::CCD_HP2300) {
in gl646_init_regs()
923
switch (dev->model->
sensor_id
)
in gl646_init_regs()
1154
if (dev->model->
sensor_id
== SensorId::CCD_HP2300) {
in gl646_set_fe()
1180
switch (dev->model->
sensor_id
)
in gl646_set_fe()
1789
unsigned cksel = get_cksel(dev->model->
sensor_id
, dev->settings.xres, channels);
in init_regs_for_shading()
2576
if (dev->model->
sensor_id
in init()
[all...]
H
A
D
genesys.cpp
162
if (dev->model->
sensor_id
== sensor.
sensor_id
) {
in sanei_genesys_find_sensor_any()
175
if (dev->model->
sensor_id
== sensor.
sensor_id
&& sensor.resolutions.matches(dpi) &&
in find_sensor_impl()
222
if (dev->model->
sensor_id
== sensor.
sensor_id
&& sensor.method == scan_method) {
in sanei_genesys_find_sensors_all()
235
if (dev->model->
sensor_id
== sensor.
sensor_id
&& sensor.method == scan_method) {
in sanei_genesys_find_sensors_all_for_write()
297
static_cast<unsigned>(dev->model->
sensor_id
),
in sanei_genesys_init_structs()
1757
if (dev.model->
sensor_id
in scanner_coarse_gain_calibration()
[all...]
H
A
D
gl841.cpp
846
if (dev->model->
sensor_id
== SensorId::CCD_PLUSTEK_OPTICPRO_3600) {
in gl841_init_optical_regs_scan()
1449
if (dev->model->
sensor_id
!= SensorId::CCD_PLUSTEK_OPTICPRO_3600) {
in begin_scan()
1572
if (dev->model->
sensor_id
== SensorId::CCD_PLUSTEK_OPTICPRO_3600) {
in ad_fe_offset_calibration()
1803
if (dev->model->
sensor_id
== SensorId::CCD_DP685) {
in offset_calibration()
H
A
D
gl843.cpp
653
if (dev->model->
sensor_id
== SensorId::CCD_KVSS080) {
in set_fe()
/third_party/backends/testsuite/backend/genesys/
H
A
D
tests_calibration.cpp
66
sensor.
sensor_id
= SensorId::CCD_UMAX;
in create_fake_calibration_entry()
Completed in 18 milliseconds