Home
last modified time | relevance | path

Searched refs:DataSourceWrapper (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_wrapper.h28 struct DataSourceWrapper : DataSource { struct
29 DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<DataSourceHelper> dataSource);
30 ~DataSourceWrapper() override = default;
H A Dplugin_wrapper.cpp67 DataSourceWrapper::DataSourceWrapper(uint32_t pkgVersion, std::shared_ptr<DataSourceHelper> dataSource) in DataSourceWrapper() function in OHOS::Media::Plugin::DataSourceWrapper
72 Status DataSourceWrapper::ReadAt(int64_t offset, std::shared_ptr<Buffer>& buffer, size_t expectedLen) in ReadAt()
77 Status DataSourceWrapper::GetSize(uint64_t& size) in GetSize()
82 Seekable DataSourceWrapper::GetSeekable() in GetSeekable()
H A Ddemuxer.cpp34 return demuxer_->SetDataSource(std::make_shared<DataSourceWrapper>(pkgVersion_, source)); in SetDataSource()
H A Dplugin_manager.cpp52 return regInfo->sniffer(name, std::make_shared<DataSourceWrapper>(regInfo->packageDef->pkgVersion, source)); in Sniffer()

Completed in 2 milliseconds