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:DataSourceHelper
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
demuxer.h
31
struct
DataSourceHelper
{
struct
32
virtual ~
DataSourceHelper
() = default;
48
Status SetDataSource(const std::shared_ptr<
DataSourceHelper
> &source);
H
A
D
plugin_wrapper.h
29
DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<
DataSourceHelper
> dataSource);
37
std::shared_ptr<
DataSourceHelper
> helper;
H
A
D
demuxer.cpp
32
Status Demuxer::SetDataSource(const std::shared_ptr<
DataSourceHelper
>& source)
in SetDataSource()
H
A
D
plugin_manager.cpp
42
int32_t PluginManager::Sniffer(const std::string& name, std::shared_ptr<
DataSourceHelper
> source)
in Sniffer()
H
A
D
plugin_wrapper.cpp
67
DataSourceWrapper::DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<
DataSourceHelper
> dataSource)
in DataSourceWrapper()
/foundation/multimedia/media_foundation/test/unittest/
H
A
D
TestPluginManager.cpp
136
class UtDataSourceHelperTest1 : public
DataSourceHelper
{
157
class UtDataSourceHelperTest2 : public
DataSourceHelper
{
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
type_finder.h
30
class TypeFinder : public std::enable_shared_from_this<TypeFinder>, public Plugin::
DataSourceHelper
{
H
A
D
demuxer_filter.cpp
35
class DemuxerFilter::DataSourceImpl : public Plugin::
DataSourceHelper
{
338
(void)plugin_->SetDataSource(std::reinterpret_pointer_cast<Plugin::
DataSourceHelper
>(dataSource_));
in InitPlugin()
/foundation/multimedia/media_foundation/engine/include/plugin/core/
H
A
D
plugin_manager.h
69
int32_t Sniffer(const std::string& name, std::shared_ptr<
DataSourceHelper
> source);
Completed in 4 milliseconds