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:RGB_CHROMA
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H
A
D
jpeg_image_processor.cpp
48
uint32_t lastFrameSize = configParam_.GetScreenWidth() * configParam_.GetScreenHeight() *
RGB_CHROMA
/ TWO;
in FillDirtyImages2Surface()
167
uint32_t dirtyImageDataSize = item.width * item.height *
RGB_CHROMA
;
in DecodeDamageData()
242
cinfo.input_components =
RGB_CHROMA
;
in CompressRgbaToJpeg()
247
unsigned char rgb_buffer[damage.w *
RGB_CHROMA
];
in CompressRgbaToJpeg()
293
if (cinfo.output_components !=
RGB_CHROMA
) {
in DecompressJpegToNV12()
312
int32_t y = ((YR_PARAM * buffer[0][j *
RGB_CHROMA
] + YG_PARAM * buffer[0][j *
RGB_CHROMA
+ 1] +
in DecompressJpegToNV12()
313
YB_PARAM * buffer[0][j *
RGB_CHROMA
+ TWO] + UA_PARAM) >> MOVEBITS) + YA_PARAM;
in DecompressJpegToNV12()
314
int32_t u = ((UB_PARAM * buffer[0][j *
RGB_CHROMA
+ TWO] - UR_PARAM * buffer[0][j *
RGB_CHROMA
]
in DecompressJpegToNV12()
[all...]
/foundation/distributedhardware/distributed_screen/common/include/
H
A
D
dscreen_constants.h
112
constexpr uint32_t
RGB_CHROMA
= 3;
member
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
87
configParam_.GetVideoHeight() *
RGB_CHROMA
/ TWO);
in AddSurface()
Completed in 3 milliseconds