Home
last modified time | relevance | path

Searched refs:UtSourceTest2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtSourceTest2.cpp20 bool UtSourceTest2::available = true;
24 return std::make_shared<UtSourceTest2>(name); in PluginCreator()
29 if (UtSourceTest2::available) { in SourceRegister()
44 Status UtSourceTest2::SetSource(std::shared_ptr<MediaSource> source) in SetSource()
49 Status UtSourceTest2::Read(std::shared_ptr<Buffer> &buffer, size_t expectedLen) in Read()
54 Status UtSourceTest2::GetSize(uint64_t &size) in GetSize()
59 Status UtSourceTest2::IsSeekable(bool& seekable) in IsSeekable()
65 Seekable UtSourceTest2::GetSeekable() in GetSeekable()
70 Status UtSourceTest2::SeekTo(uint64_t offset) in SeekTo()
75 std::shared_ptr<Allocator> UtSourceTest2::GetAllocator() in GetAllocator()
[all …]
H A DUtSourceTest2.h24 class UtSourceTest2 : public SourcePlugin {
26 explicit UtSourceTest2(std::string name) : SourcePlugin(std::move(name)) in UtSourceTest2() function
30 ~UtSourceTest2() override = default;
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DBUILD.gn111 "./plugins/UtSourceTest2.cpp",