Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_video_player_test.cpp53 std::shared_ptr<BootVideoPlayer> player = std::make_shared<BootVideoPlayer>(params); in HWTEST_F()
73 std::shared_ptr<BootVideoPlayer> player = std::make_shared<BootVideoPlayer>(params); in HWTEST_F()
93 std::shared_ptr<BootVideoPlayer> player1 = std::make_shared<BootVideoPlayer>(params1); in HWTEST_F()
100 std::shared_ptr<BootVideoPlayer> player2 = std::make_shared<BootVideoPlayer>(params2); in HWTEST_F()
107 std::shared_ptr<BootVideoPlayer> player3 = std::make_shared<BootVideoPlayer>(params in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_video_player.h22 class BootVideoPlayer : public BootPlayer, public std::enable_shared_from_this<BootVideoPlayer> { class
24 BootVideoPlayer(const PlayerParams& params);
26 virtual ~BootVideoPlayer() = default;
51 VideoPlayerCallback(std::shared_ptr<BootVideoPlayer> boot) in VideoPlayerCallback()
60 std::shared_ptr<BootVideoPlayer> boot_;
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_video_player.cpp29 BootVideoPlayer::BootVideoPlayer(const PlayerParams& params) in BootVideoPlayer() function in BootVideoPlayer
40 void BootVideoPlayer::Play() in Play()
95 bool BootVideoPlayer::SetVideoSound() in SetVideoSound()
126 void BootVideoPlayer::SetCallback(const BootAnimationCallback* cb) in SetCallback()
133 std::shared_ptr<Media::Player> BootVideoPlayer::GetMediaPlayer() const in GetMediaPlayer()
139 void BootVideoPlayer::StopVideo() in StopVideo()
H A Dboot_animation_operation.cpp157 videoPlayer_ = std::make_shared<BootVideoPlayer>(params); in PlayVideo()

Completed in 2 milliseconds