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:OPT_FAST_INFRARED
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pieusb_specific.c
746
scanner->opt[
OPT_FAST_INFRARED
].name = "fast-infrared";
in sanei_pieusb_init_options()
747
scanner->opt[
OPT_FAST_INFRARED
].title = "Fast infrared scan";
in sanei_pieusb_init_options()
748
scanner->opt[
OPT_FAST_INFRARED
].desc = "Do not reposition scan head before scanning infrared line. Results in an infrared offset which may deteriorate IR dust and scratch removal.";
in sanei_pieusb_init_options()
749
scanner->opt[
OPT_FAST_INFRARED
].type = SANE_TYPE_BOOL;
in sanei_pieusb_init_options()
750
scanner->opt[
OPT_FAST_INFRARED
].unit = SANE_UNIT_NONE;
in sanei_pieusb_init_options()
751
scanner->opt[
OPT_FAST_INFRARED
].constraint_type = SANE_CONSTRAINT_NONE;
in sanei_pieusb_init_options()
752
scanner->val[
OPT_FAST_INFRARED
].b = SANE_FALSE;
in sanei_pieusb_init_options()
753
scanner->opt[
OPT_FAST_INFRARED
].cap |= SANE_CAP_SOFT_SELECT;
in sanei_pieusb_init_options()
1511
if (!scanner->val[
OPT_FAST_INFRARED
].b) {
in sanei_pieusb_analyse_options()
1512
DBG (DBG_info_sane, "Option %s = %d ignored during preview\n", scanner->opt[
OPT_FAST_INFRARED
]
in sanei_pieusb_analyse_options()
[all...]
H
A
D
pieusb_specific.h
131
OPT_FAST_INFRARED
, /* scan infrared channel faster but less accurate */
enumerator
H
A
D
pieusb.c
589
case
OPT_FAST_INFRARED
:
in sane_control_option()
673
case
OPT_FAST_INFRARED
:
in sane_control_option()
Completed in 6 milliseconds