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:bpp_scan
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
snapscan-scsi.c
879
pss->
bpp_scan
= pss->val[OPT_BIT_DEPTH].w;
in prepare_set_window()
885
pss->
bpp_scan
= 8;
in prepare_set_window()
899
pss->
bpp_scan
= 1;
in prepare_set_window()
909
pss->
bpp_scan
= 1;
in prepare_set_window()
915
pc[SET_WINDOW_P_BITS_PER_PIX] = pss->
bpp_scan
;
in prepare_set_window()
916
DBG (DL_INFO, "%s: bits-per-pixel set to %d\n", me, (int) pss->
bpp_scan
);
in prepare_set_window()
1373
if (pss->
bpp_scan
== 16)
in calibrate_epson()
H
A
D
snapscan.h
399
SANE_Int
bpp_scan
; /* bit depth used for scanning */
member
H
A
D
snapscan-sources.c
881
if (pss->
bpp_scan
== 16)
in Deinterlacer_init()
997
if (pself->pss->
bpp_scan
== 8)
in RGBRouter_get()
H
A
D
snapscan.c
1120
p->bytes_per_line = 3 * p->pixels_per_line * ((pss->
bpp_scan
+7)/8);
in sane_get_parameters()
1127
p->bytes_per_line = p->pixels_per_line * ((pss->
bpp_scan
+7)/8);
in sane_get_parameters()
1411
if (pss->
bpp_scan
== 16)
in download_gamma_tables()
H
A
D
snapscan-options.c
651
ps->
bpp_scan
= 12;
in init_options()
656
ps->
bpp_scan
= def_bpp;
in init_options()
Completed in 11 milliseconds