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:IMAGE_EFFECT
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/effect/
H
A
D
effect_image_effect.cpp
28
: Effect(id, EffectType::
IMAGE_EFFECT
), description_(description)
in EffectImageEffect()
58
info->type = EffectType::
IMAGE_EFFECT
;
in GetRenderInfo()
H
A
D
effect_factory.cpp
35
case EffectType::
IMAGE_EFFECT
: {
in CreateEffect()
59
// currently, only
IMAGE_EFFECT
is supported.
in ParseEffectType()
60
return EffectType::
IMAGE_EFFECT
;
in ParseEffectType()
H
A
D
effect.h
26
IMAGE_EFFECT
,
member in OHOS::Media::EffectType
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H
A
D
filter_type.h
27
IMAGE_EFFECT
,
member
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter_base.cpp
27
filterType_ = FilterType::
IMAGE_EFFECT
;
in EFilterBase()
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestJsonHelper.cpp
28
constexpr char const *
IMAGE_EFFECT
= "imageEffect";
member
75
ASSERT_TRUE(root->HasElement(
IMAGE_EFFECT
));
in HWTEST_F()
77
EffectJsonPtr imageEffect = root->GetElement(
IMAGE_EFFECT
);
in HWTEST_F()
117
EffectJsonPtr imageEffect = root->GetElement(
IMAGE_EFFECT
);
in HWTEST_F()
177
ASSERT_TRUE(root->Put(
IMAGE_EFFECT
, imageEffect));
in HWTEST_F()
283
EffectJsonPtr imageEffect = root->GetElement(
IMAGE_EFFECT
);
in HWTEST_F()
Completed in 2 milliseconds