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:get_row_bytes
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
image_pipeline.cpp
35
bool got_data = producer_(
get_row_bytes
(), out_data);
in get_next_row_data()
49
buffer_.set_remaining_size(height_ *
get_row_bytes
());
63
got_data &= buffer_.get_data(
get_row_bytes
(), out_data);
in get_next_row_data()
80
auto size =
get_row_bytes
() * height_;
94
auto row_bytes =
get_row_bytes
();
in get_next_row_data()
111
std::memcpy(out_data, source_.get_row_ptr(next_row_),
get_row_bytes
());
in get_next_row_data()
124
buffer_.resize(source_.
get_row_bytes
());
in get_next_row_data()
143
buffer_{source_.
get_row_bytes
()}
166
buffer_{source_.
get_row_bytes
()}
233
std::size_t pixels =
get_row_bytes
() /
in get_next_row_data()
[all...]
H
A
D
image.h
38
std::size_t
get_row_bytes
() const { return row_bytes_; }
in get_row_bytes()
function in genesys::Image
H
A
D
image.cpp
41
data_.resize(
get_row_bytes
() * height);
85
data_.resize(
get_row_bytes
() * height);
in resize()
H
A
D
image_pipeline.h
43
std::size_t
get_row_bytes
() const
in get_row_bytes()
function in genesys::ImagePipelineNode
H
A
D
low.cpp
385
auto max_bytes = image.
get_row_bytes
() * height;
in read_unshuffled_image_from_scanner()
487
auto max_bytes = image.
get_row_bytes
() * height;
in read_shuffled_image_from_scanner()
H
A
D
genesys.cpp
1643
second_line.get_row_ptr(0) + second_line.
get_row_bytes
() * second_line.get_height(),
in scanner_offset_calibration()
/third_party/skia/src/codec/
H
A
D
SkJpegCodec.cpp
290
static size_t
get_row_bytes
(const j_decompress_ptr dinfo) {
in get_row_bytes()
function
600
swizzleBytes =
get_row_bytes
(fDecoderMgr->dinfo());
in allocateStorage()
Completed in 14 milliseconds