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:outputPixelmap
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_effect/interfaces/kits/native/
H
A
D
image_effect_filter.h
703
* @param
outputPixelmap
Indicates the output image
709
OH_PixelmapNative *
outputPixelmap
);
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
image_effect_filter.cpp
735
OH_PixelmapNative *
outputPixelmap
)
in OH_EffectFilter_Render()
742
CHECK_AND_RETURN_RET_LOG(
outputPixelmap
!= nullptr, ImageEffect_ErrorCode::EFFECT_ERROR_PARAM_INVALID,
in OH_EffectFilter_Render()
743
"FilterRender: input parameter
outputPixelmap
is null!");
in OH_EffectFilter_Render()
746
PixelMap *output = NativeCommonUtils::GetPixelMapFromOHPixelmap(
outputPixelmap
);
in OH_EffectFilter_Render()
734
OH_EffectFilter_Render(OH_EffectFilter *filter, OH_PixelmapNative *inputPixelmap, OH_PixelmapNative *
outputPixelmap
)
OH_EffectFilter_Render()
argument
/foundation/multimedia/image_effect/test/unittest/
H
A
D
image_effect_capi_unittest.cpp
932
* Function: Test OH_EffectFilter_Render with empty inputPixelmap,
outputPixelmap
parameter
936
* CaseDescription: Test OH_EffectFilter_Render with empty inputPixelmap,
outputPixelmap
parameter
952
* Function: Test OH_EffectFilter_Render with empty
outputPixelmap
parameter
956
* CaseDescription: Test OH_EffectFilter_Render with empty
outputPixelmap
parameter
1504
std::shared_ptr<PixelMap>
outputPixelmap
= std::make_shared<MockPixelMap>();
in HWTEST_F()
local
1505
std::shared_ptr<OH_PixelmapNative> outputPixelmapNative = std::make_shared<OH_PixelmapNative>(
outputPixelmap
);
in HWTEST_F()
2466
std::shared_ptr<PixelMap>
outputPixelmap
= std::make_shared<MockPixelMap>();
in HWTEST_F()
local
2467
std::shared_ptr<OH_PixelmapNative> outputPixelmapNative = std::make_shared<OH_PixelmapNative>(
outputPixelmap
);
in HWTEST_F()
Completed in 6 milliseconds