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:optical_res
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-ops.c
154
dev->
optical_res
= 0; /* just to have it initialized */
in e2_dev_init()
238
if (dev->
optical_res
> last) {
in e2_dev_post_init()
239
DBG(1, "adding optical resolution (%d)\n", dev->
optical_res
);
in e2_dev_post_init()
240
e2_add_resolution(dev, dev->
optical_res
);
in e2_dev_post_init()
258
if (dev->dpi_range.max > last && dev->dpi_range.max != dev->
optical_res
) {
in e2_dev_post_init()
705
dev->
optical_res
= le32atoh(&buf[4]);
in e2_discover_capabilities()
712
le32atoh(&buf[24]), dev->
optical_res
);
in e2_discover_capabilities()
717
le32atoh(&buf[32]), dev->
optical_res
);
in e2_discover_capabilities()
734
le32atoh(&buf[40]), dev->
optical_res
);
in e2_discover_capabilities()
746
dev->
optical_res
);
in e2_discover_capabilities()
[all...]
H
A
D
kodakaio.h
67
SANE_Int
optical_res
; /* optical resolution */
member
H
A
D
magicolor.h
108
SANE_Int
optical_res
; /* optical resolution */
member
H
A
D
epson.h
207
SANE_Int
optical_res
; /* optical resolution */
member
H
A
D
epson2.h
352
SANE_Int
optical_res
; /* optical resolution */
member
H
A
D
epson.c
200
2000-06-13 Initialize
optical_res
to 0 (Dave Hill)
2039
s->hw->
optical_res
= 0; /* just to have it initialized */
in attach()
4830
if ((s->hw->
optical_res
!= 0) && (mparam->depth == 8)
in sane_start()
4833
s->line_distance = s->hw->max_line_distance * ndpi / s->hw->
optical_res
;
in sane_start()
6152
s->hw->
optical_res
= buf[1] << 8 | buf[0];
in get_identity2_information()
H
A
D
kodakaio.c
1597
optres = s->hw->cap->
optical_res
;
in k_set_scanning_parameters()
1788
optres = s->hw->cap->
optical_res
;
in k_init_parametersta()
H
A
D
magicolor.c
1415
optres = s->hw->cap->
optical_res
;
in mc_init_parameters()
Completed in 18 milliseconds