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:imageEffect_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_effect/test/unittest/
H
A
D
image_effect_inner_unittest.cpp
80
imageEffect_
= new FakeImageEffect();
in SetUp()
100
Mock::AllowLeak(
imageEffect_
);
in TearDown()
109
imageEffect_
->AddEFilter(efilter);
in HWTEST_F()
112
ErrorCode result =
imageEffect_
->SetInputPixelMap(mockPixelMap_);
in HWTEST_F()
114
result =
imageEffect_
->Start();
in HWTEST_F()
134
imageEffect_
->AddEFilter(efilter);
in HWTEST_F()
137
ErrorCode result =
imageEffect_
->SetInputPixelMap(mockPixelMap_);
in HWTEST_F()
139
result =
imageEffect_
->SetOutputPixelMap(mockPixelMap_);
in HWTEST_F()
141
result =
imageEffect_
->Start();
in HWTEST_F()
148
imageEffect_
in HWTEST_F()
[all...]
H
A
D
TestImageEffect.cpp
106
imageEffect_
= new ImageEffect();
118
delete
imageEffect_
;
119
imageEffect_
= nullptr;
122
ImageEffect *
imageEffect_
= nullptr;
member in OHOS::Media::Effect::Test::TestImageEffect
203
ErrorCode result =
imageEffect_
->SetInputPath(g_jpgPath);
in HWTEST_F()
217
ErrorCode result =
imageEffect_
->SetInputPath(nullptr);
in HWTEST_F()
231
ErrorCode result =
imageEffect_
->SetInputPath(g_notJpgPath);
in HWTEST_F()
245
ErrorCode result =
imageEffect_
->SetOutputPath(g_jpgPath);
in HWTEST_F()
259
ErrorCode result =
imageEffect_
->SetOutputPath(nullptr);
in HWTEST_F()
273
ErrorCode result =
imageEffect_
in HWTEST_F()
[all...]
H
A
D
image_effect_inner_unittest.h
30
ImageEffect *
imageEffect_
;
member in OHOS::Media::Effect::ImageEffectInnerUnittest
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
image_effect.cpp
67
nativeImageEffect->
imageEffect_
= imageEffect;
in OH_ImageEffect_Create()
106
imageEffect->
imageEffect_
->AddEFilter(filter->filter_);
in OH_ImageEffect_AddFilterByFilter()
158
ErrorCode result = imageEffect->
imageEffect_
->InsertEFilter(filter->filter_, index);
in OH_ImageEffect_InsertFilterByFilter()
185
imageEffect->
imageEffect_
->RemoveEFilter(it->first->filter_);
in OH_ImageEffect_RemoveFilter()
217
ErrorCode result = imageEffect->
imageEffect_
->RemoveEFilter(index);
in OH_ImageEffect_RemoveFilterByIndex()
288
ErrorCode result = imageEffect->
imageEffect_
->ReplaceEFilter(filter->filter_, index);
in OH_ImageEffect_ReplaceFilterByFilter()
324
result = imageEffect->
imageEffect_
->Configure(key, any);
in OH_ImageEffect_Configure()
340
ErrorCode errorCode = imageEffect->
imageEffect_
->SetOutNativeWindow(nativeWindow);
in OH_ImageEffect_SetOutputSurface()
361
OHOS::sptr<OHOS::Surface> surface = imageEffect->
imageEffect_
->GetInputSurface();
in OH_ImageEffect_GetInputSurface()
384
imageEffect->
imageEffect_
in OH_ImageEffect_SetInputPixelmap()
[all...]
H
A
D
native_effect_base.h
39
std::shared_ptr<OHOS::Media::Effect::ImageEffect>
imageEffect_
= nullptr;
member
Completed in 3 milliseconds