Home
last modified time | relevance | path

Searched refs:picPlayer_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp174 picPlayer_ = std::make_shared<BootPicturePlayer>(params); in PlayPicture()
175 picPlayer_->Play(); in PlayPicture()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_operation.h82 std::shared_ptr<BootPlayer> picPlayer_; variable