Home
last modified time | relevance | path

Searched defs:TestPlayerImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_player.cpp58 class TestPlayerImpl : public TestPlayer { class
60 …explicit TestPlayerImpl(std::shared_ptr<Media::PlayerInterface> player) : player_(std::move(player… in TestPlayerImpl() function in OHOS::Media::Test::TestPlayerImpl
H A Dstd_player.cpp65 class TestPlayerImpl : public TestPlayer { class
67 explicit TestPlayerImpl(std::unique_ptr<IPlayerEngine> player) : player_(std::move(player)) {} in TestPlayerImpl() function in OHOS::Media::Test::TestPlayerImpl