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:RGB161616
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
image_pixel.cpp
43
{ PixelFormat::
RGB161616
, 16, 3, ColorOrder::RGB },
151
case PixelFormat::
RGB161616
: {
in get_pixel_from_row()
214
case PixelFormat::
RGB161616
: {
in set_pixel_to_row()
260
case PixelFormat::
RGB161616
:
in get_raw_pixel_from_row()
301
case PixelFormat::
RGB161616
:
in set_raw_pixel_to_row()
334
case PixelFormat::
RGB161616
:
in get_raw_channel_from_row()
368
case PixelFormat::
RGB161616
:
in set_raw_channel_to_row()
422
template Pixel get_pixel_from_row<PixelFormat::
RGB161616
>(const std::uint8_t* data, std::size_t x);
431
template RawPixel get_raw_pixel_from_row<PixelFormat::
RGB161616
>(const std::uint8_t* data, std::size_t x);
446
template std::uint16_t get_raw_channel_from_row<PixelFormat::
RGB161616
>(
[all...]
H
A
D
image.cpp
127
case PixelFormat::
RGB161616
: {
in convert_pixel_row_impl()
128
convert_pixel_row_impl2<SrcFormat, PixelFormat::
RGB161616
>(in_data, out_data, count);
in convert_pixel_row_impl()
172
case PixelFormat::
RGB161616
: {
in convert_pixel_row_format()
173
convert_pixel_row_impl<PixelFormat::
RGB161616
>(in_data, out_data, out_format, count);
in convert_pixel_row_format()
232
case PixelFormat::
RGB161616
:
in is_supported_write_tiff_file_image_format()
H
A
D
image_pipeline.cpp
344
return PixelFormat::
RGB161616
;
in get_output_format()
392
case PixelFormat::
RGB161616
:
in get_output_format()
460
case PixelFormat::
RGB161616
:
in get_output_format()
478
case PixelFormat::
RGB161616
: {
H
A
D
image_pixel.h
41
RGB161616
,
member in genesys::PixelFormat
H
A
D
low.cpp
436
pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::
RGB161616
);
in read_unshuffled_image_from_scanner()
534
pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::
RGB161616
);
in read_shuffled_image_from_scanner()
1218
pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::
RGB161616
);
in build_image_pipeline()
/third_party/backends/testsuite/backend/genesys/
H
A
D
tests_image.cpp
67
ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::
RGB161616
),
in test_get_pixel_from_row()
69
ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::
RGB161616
),
in test_get_pixel_from_row()
172
set_pixel_to_row(data.data(), 0, pixel, PixelFormat::
RGB161616
);
in test_set_pixel_to_row()
178
set_pixel_to_row(data.data(), 1, pixel, PixelFormat::
RGB161616
);
in test_set_pixel_to_row()
230
ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::
RGB161616
),
in test_get_raw_pixel_from_row()
232
ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::
RGB161616
),
in test_get_raw_pixel_from_row()
335
set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::
RGB161616
);
in test_set_raw_pixel_to_row()
341
set_raw_pixel_to_row(data.data(), 1, pixel, PixelFormat::
RGB161616
);
in test_set_raw_pixel_to_row()
395
ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::
RGB161616
), 0x3412);
in test_get_raw_channel_from_row()
396
ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::
RGB161616
),
in test_get_raw_channel_from_row()
[all...]
H
A
D
tests_image_pipeline.cpp
347
stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::
RGB161616
,
in test_node_swap_16bit_endian()
354
ASSERT_EQ(stack.get_output_format(), PixelFormat::
RGB161616
);
in test_node_swap_16bit_endian()
385
stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::
RGB161616
,
in test_node_invert_16_bits()
392
ASSERT_EQ(stack.get_output_format(), PixelFormat::
RGB161616
);
in test_node_invert_16_bits()
936
stack.push_first_node<ImagePipelineNodeArraySource>(1, 1, PixelFormat::
RGB161616
,
in test_node_calibrate_16bit()
943
ASSERT_EQ(stack.get_output_format(), PixelFormat::
RGB161616
);
in test_node_calibrate_16bit()
Completed in 9 milliseconds