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:ABGR_8888
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
pixel_convert.h
55
constexpr uint32_t
ABGR_8888
= 0x00000008;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
pixel_convert.cpp
989
g_procMapping.emplace(MakeKey(RGB_161616,
ABGR_8888
), &RGB161616ConvertABGR8888);
in InitRGBProc()
1019
g_procMapping.emplace(MakeKey(RGBA_16161616,
ABGR_8888
), &RGBA16161616ConvertABGR8888);
in InitRGBAProc()
1027
g_procMapping.emplace(MakeKey(CMKY,
ABGR_8888
), &CMYKConvertABGR8888);
in InitCMYKProc()
1039
g_procMapping.emplace(MakeKey(RGBA_F16,
ABGR_8888
),
in InitF16Proc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
pixel_convert_test.cpp
1631
* @tc.desc: RGBA_16161616 to
ABGR_8888
UNPREMUL to UNPREMUL.
1647
dstImageInfo.pixelFormat = static_cast<PixelFormat>(
ABGR_8888
);
in HWTEST_F()
1803
* @tc.desc: CMKY to
ABGR_8888
UNPREMUL to UNPREMUL.
1819
dstImageInfo.pixelFormat = static_cast<PixelFormat>(
ABGR_8888
);
in HWTEST_F()
1952
* @tc.desc: RGB_161616 to
ABGR_8888
UNPREMUL to UNPREMUL.
1968
dstImageInfo.pixelFormat = static_cast<PixelFormat>(
ABGR_8888
);
in HWTEST_F()
Completed in 7 milliseconds