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
defs:srcPixelFormat
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_format_convert_mdk_kits.cpp
74
PixelFormat
srcPixelFormat
= args->srcPixelMap->GetPixelFormat();
in ImageConvertExec()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
scan_line_filter_test.cpp
78
PixelFormat
srcPixelFormat
= PixelFormat::UNKNOWN;
in HWTEST_F()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
scan_line_filter.cpp
36
ScanlineFilter::ScanlineFilter(const PixelFormat &
srcPixelFormat
) : srcBpp_(ImageUtils::GetPixelBytes(
srcPixelFormat
))
in ScanlineFilter()
argument
39
void ScanlineFilter::SetSrcPixelFormat(const PixelFormat &
srcPixelFormat
)
in SetSrcPixelFormat()
argument
H
A
D
pixel_convert.cpp
1062
static ProcFuncType GetProcFuncType(uint32_t
srcPixelFormat
, uint32_t dstPixelFormat)
in GetProcFuncType()
argument
1530
static bool IsInterYUVConvert(PixelFormat
srcPixelFormat
, PixelFormat dstPixelFormat)
in IsInterYUVConvert()
argument
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_ffi.h
46
int32_t
srcPixelFormat
;
member
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
57
PixelFormat
srcPixelFormat
= PixelFormat::BGRA_8888;
member
H
A
D
image_type.h
235
PixelFormat
srcPixelFormat
= PixelFormat::UNKNOWN;
member
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
62
PIXEL_FORMAT
srcPixelFormat
= PIXEL_FORMAT::PIXEL_FORMAT_BGRA_8888;
member
649
PixelFormat
srcPixelFormat
= srcPixelMap->GetInnerPixelmap()->GetPixelFormat();
in ImageConvert_YuvToRgb()
local
671
PixelFormat
srcPixelFormat
in ImageConvert_RgbToYuv()
local
693
PixelFormat
srcPixelFormat
= srcPixelMap->GetInnerPixelmap()->GetPixelFormat();
OH_PixelMapNative_ConvertPixelFormat()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
3260
PixelFormat
srcPixelFormat
= GetPixelFormat();
in CheckAlphaFormatInput()
local
3294
PixelFormat
srcPixelFormat
= GetPixelFormat();
ConvertAlphaFormat()
local
[all...]
Completed in 15 milliseconds