Home
last modified time | relevance | path

Searched refs:DataSourceHelper (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Ddemuxer.h31 struct DataSourceHelper { struct
32 virtual ~DataSourceHelper() = default;
48 Status SetDataSource(const std::shared_ptr<DataSourceHelper> &source);
H A Dplugin_wrapper.h29 DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<DataSourceHelper> dataSource);
37 std::shared_ptr<DataSourceHelper> helper;
H A Ddemuxer.cpp32 Status Demuxer::SetDataSource(const std::shared_ptr<DataSourceHelper>& source) in SetDataSource()
H A Dplugin_manager.cpp42 int32_t PluginManager::Sniffer(const std::string& name, std::shared_ptr<DataSourceHelper> source) in Sniffer()
H A Dplugin_wrapper.cpp67 DataSourceWrapper::DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<DataSourceHelper> dataSou… in DataSourceWrapper()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPluginManager.cpp135 class UtDataSourceHelperTest1 : public DataSourceHelper {
156 class UtDataSourceHelperTest2 : public DataSourceHelper {
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Dtype_finder.h30 class TypeFinder : public std::enable_shared_from_this<TypeFinder>, public Plugin::DataSourceHelper
H A Ddemuxer_filter.cpp35 class DemuxerFilter::DataSourceImpl : public Plugin::DataSourceHelper {
337 …(void)plugin_->SetDataSource(std::reinterpret_pointer_cast<Plugin::DataSourceHelper>(dataSource_)); in InitPlugin()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dplugin_manager.h69 int32_t Sniffer(const std::string& name, std::shared_ptr<DataSourceHelper> source);