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:scanheadwidth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_pp-dev.c
95
unsigned int
scanheadwidth
; /* 0 means provided by scanner */
member
395
sp->
scanheadwidth
= (scanner_info[2] << 8) | scanner_info[3];
in sanei_canon_pp_initialise()
410
else if (sp->
scanheadwidth
== 5104)
in sanei_canon_pp_initialise()
415
else if (sp->
scanheadwidth
== 2552)
in sanei_canon_pp_initialise()
430
if (hw->
scanheadwidth
)
in sanei_canon_pp_initialise()
431
sp->
scanheadwidth
= hw->
scanheadwidth
;
in sanei_canon_pp_initialise()
472
int cal_data_size = sp->
scanheadwidth
* sizeof(unsigned long);
in sanei_canon_pp_load_weights()
512
if ((ret < 0) || (cal_file_size != sp->
scanheadwidth
))
in sanei_canon_pp_load_weights()
947
scanline_size = sp->
scanheadwidth
* 1.2
in sanei_canon_pp_calibrate()
[all...]
H
A
D
canon_pp.c
642
if (cs->params.
scanheadwidth
== 2552)
in sane_open()
955
max_res = cs->params.
scanheadwidth
== 2552 ? 300 : 600;
in sane_get_parameters()
963
max_width = cs->params.
scanheadwidth
/ (max_res / res);
in sane_get_parameters()
965
max_height = (cs->params.
scanheadwidth
== 2552 ? 3508 : 7016) /
in sane_get_parameters()
1058
max_res = cs->params.
scanheadwidth
== 2552 ? 300 : 600;
in sane_start()
1067
max_width = cs->params.
scanheadwidth
/ (max_res / res);
in sane_start()
1069
max_height = (cs->params.
scanheadwidth
== 2552 ? 3508 : 7016) /
in sane_start()
1254
cs->params.
scanheadwidth
,
in sane_read()
H
A
D
canon_pp-dev.h
94
int
scanheadwidth
;
member
Completed in 7 milliseconds