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:fastInfrared
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pieusb_scancmd.c
750
DBG (DBG_info_scan, " fast infrared = %d\n", mode->
fastInfrared
);
in sanei_pieusb_cmd_set_mode()
793
if (mode->
fastInfrared
) quality |= 0x80;
in sanei_pieusb_cmd_set_mode()
870
mode->
fastInfrared
= (quality |= 0x80) ? SANE_TRUE : SANE_FALSE;
in sanei_pieusb_cmd_get_mode()
881
DBG (DBG_info_scan, " fast infrared = %d\n", mode->
fastInfrared
);
in sanei_pieusb_cmd_get_mode()
H
A
D
pieusb_scancmd.h
177
SANE_Bool
fastInfrared
; /* byte 9 bit 7 */
member
182
* bit 1 : “sharpen” flag (only effective with
fastInfrared
off, one-pass-color and no extra BADF-entries)
H
A
D
pieusb_specific.c
1842
scanner->mode.
fastInfrared
= scanner->val[OPT_FAST_INFRARED].b && !scanner->val[OPT_PREVIEW].b;
in sanei_pieusb_set_mode_from_options()
Completed in 9 milliseconds