Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_video_player.h22 class BootVideoPlayer : public BootPlayer, public std::enable_shared_from_this<BootVideoPlayer> {
24 BootVideoPlayer(const PlayerParams& params);
26 virtual ~BootVideoPlayer() = default;
51 VideoPlayerCallback(std::shared_ptr<BootVideoPlayer> boot) in VideoPlayerCallback()
60 std::shared_ptr<BootVideoPlayer> boot_;
/ohos5.0/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()