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:Input
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H
A
D
input_unittest.cpp
37
auto input = std::make_shared<
Input
>();
in HWTEST_F()
64
auto input = std::make_shared<
Input
>();
in HWTEST_F()
91
auto input = std::make_shared<
Input
>();
in HWTEST_F()
123
auto input = std::make_shared<
Input
>();
in HWTEST_F()
162
auto input = std::make_shared<
Input
>();
in HWTEST_F()
197
auto input = std::make_shared<
Input
>();
in HWTEST_F()
227
auto input = std::make_shared<
Input
>();
in HWTEST_F()
254
auto input = std::make_shared<
Input
>();
in HWTEST_F()
276
auto input = std::make_shared<
Input
>();
in HWTEST_F()
298
auto input = std::make_shared<
Input
>();
in HWTEST_F()
[all...]
H
A
D
image_chain_unittest.cpp
40
std::vector<std::shared_ptr<Rosen::
Input
>> inputs;
in HWTEST_F()
65
auto input = std::make_shared<
Input
>();
in HWTEST_F()
66
std::vector<std::shared_ptr<Rosen::
Input
>> inputs;
in HWTEST_F()
93
auto input = filterFactory.GetFilter("
Input
");
in HWTEST_F()
111
std::vector<std::shared_ptr<Rosen::
Input
>> inputs;
in HWTEST_F()
112
auto castInput = std::static_pointer_cast<Rosen::
Input
>(input);
in HWTEST_F()
H
A
D
output_unittest.cpp
393
auto input = filterFactory.GetFilter("
Input
");
in HWTEST_F()
411
std::vector<std::shared_ptr<Rosen::
Input
>> inputs;
in HWTEST_F()
412
auto castInput = std::static_pointer_cast<Rosen::
Input
>(input);
in HWTEST_F()
460
auto input = filterFactory.GetFilter("
Input
");
in HWTEST_F()
478
std::vector<std::shared_ptr<Rosen::
Input
>> inputs;
in HWTEST_F()
479
auto castInput = std::static_pointer_cast<Rosen::
Input
>(input);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H
A
D
input.cpp
20
void
Input
::DoProcess(ProcessData& data)
in DoProcess()
31
void
Input
::DecodeFromFile(ProcessData& data)
in DecodeFromFile()
47
void
Input
::DecodeFromPixelMap(ProcessData& data)
in DecodeFromPixelMap()
63
void
Input
::DecodeFromBuffer(ProcessData& data)
in DecodeFromBuffer()
76
FILTER_TYPE
Input
::GetFilterType()
in GetFilterType()
81
void
Input
::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue()
H
A
D
filter_factory.cpp
35
if (filterType == "
Input
") {
in GetFilter()
36
std::shared_ptr<
Input
> inputFilter = std::make_shared<
Input
>();
in GetFilter()
H
A
D
image_chain.cpp
20
ImageChain::ImageChain(std::vector<std::shared_ptr<
Input
>> inputs) : inputs_(inputs)
in ImageChain()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H
A
D
input.h
29
class
Input
: public Filter {
class
31
Input
() {};
in Input()
function in OHOS::Rosen::Input
32
virtual ~
Input
() {};
in ~Input()
H
A
D
image_chain.h
27
ImageChain(std::vector<std::shared_ptr<
Input
>> inputs);
39
std::vector<std::shared_ptr<
Input
>> inputs_;
/foundation/multimodalinput/input/uinput/
H
A
D
hdf_device_event_manager.h
27
using namespace OHOS::HDI::
Input
::V1_0;
H
A
D
hdf_device_event_dispatch.h
27
using namespace OHOS::HDI::
Input
::V1_0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_input_channel_listener.h
30
DCameraSourceInputChannelListener(std::shared_ptr<DCameraSourceInput>&
Input
, DCStreamType streamType);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
media_file_utils.cpp
1378
MEDIA_ERR_LOG("
Input
Mode %{private}s is invalid", mode.c_str());
Completed in 7 milliseconds