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:pixel_endx
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
settings.cpp
103
pixel_endx
== other.
pixel_endx
&&
in operator ==()
140
<< "
pixel_endx
: " << session.
pixel_endx
<< '\n'
in operator <<()
H
A
D
settings.h
264
unsigned
pixel_endx
= 0;
member
351
serialize(str, x.
pixel_endx
);
in serialize()
H
A
D
low.cpp
764
s.
pixel_endx
= s.pixel_startx + s.optical_pixels * s.full_resolution / s.optical_resolution;
in compute_session_pixel_offsets()
785
s.
pixel_endx
= s.pixel_startx + s.optical_pixels_raw;
in compute_session_pixel_offsets()
790
s.
pixel_endx
= s.pixel_startx + s.optical_pixels_raw;
in compute_session_pixel_offsets()
796
s.
pixel_endx
-= s.pixel_startx - aligned_pixel_startx;
in compute_session_pixel_offsets()
800
s.
pixel_endx
= sensor.pixel_count_ratio.apply(s.
pixel_endx
);
in compute_session_pixel_offsets()
808
s.
pixel_endx
= align_multiple_floor(s.
pixel_endx
, sensor.pixel_count_ratio.divisor());
in compute_session_pixel_offsets()
H
A
D
gl124.cpp
679
std::uint32_t
pixel_endx
= session.
pixel_endx
;
in gl124_init_optical_regs_scan()
local
680
if (
pixel_endx
== reg->get24(REG_SEGCNT)) {
in gl124_init_optical_regs_scan()
681
pixel_endx
= 0;
in gl124_init_optical_regs_scan()
684
reg->set24(REG_ENDPIXEL,
pixel_endx
);
in gl124_init_optical_regs_scan()
1004
std::uint32_t endpixel = dev->session.
pixel_endx
;
in send_shading_data()
H
A
D
gl841.cpp
870
reg->set16(REG_ENDPIXEL, session.
pixel_endx
);
in gl841_init_optical_regs_scan()
2134
pixels = dev->session.
pixel_endx
- dev->session.pixel_startx;
in send_shading_data()
H
A
D
gl846.cpp
608
reg->set16(REG_ENDPIXEL, session.
pixel_endx
);
in gl846_init_optical_regs_scan()
H
A
D
gl842.cpp
514
reg->set16(REG_ENDPIXEL, session.
pixel_endx
);
in gl842_init_optical_regs_scan()
H
A
D
gl847.cpp
570
reg->set16(REG_ENDPIXEL, session.
pixel_endx
);
in gl847_init_optical_regs_scan()
H
A
D
gl843.cpp
985
reg->set16(REG_ENDPIXEL, session.
pixel_endx
);
in gl843_init_optical_regs_scan()
H
A
D
gl646.cpp
663
regs->set16(REG_ENDPIXEL, session.
pixel_endx
);
in init_regs_for_scan_session()
Completed in 18 milliseconds