Searched refs:BootVideoPlayer (Results 1 – 3 of 3) sorted by relevance
22 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_;
29 BootVideoPlayer::BootVideoPlayer(const PlayerParams& params) in BootVideoPlayer() function in BootVideoPlayer40 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()
157 videoPlayer_ = std::make_shared<BootVideoPlayer>(params); in PlayVideo()