Home
last modified time | relevance | path

Searched refs:GetPlayer (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.h149 Media::Player* videoPlayer = const_cast<Media::Player *>(video_->GetPlayer()); in OnChange()
187 Media::Player* videoPlayer = const_cast<Media::Player *>(video_->GetPlayer()); in SetPlayPositionInfo()
H A Dvideo_view.h68 const Media::Player* GetPlayer() const in GetPlayer() function
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h110 int GetPlayer();
H A Dplayer_impl.cpp153 GetPlayer(); in SetSource()
860 int PlayerImpl::GetPlayer() in GetPlayer() function in OHOS::Media::PlayerImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_component.h305 WeakPtr<Player> GetPlayer() const in GetPlayer() function
H A Dvideo_element_v2.cpp207 if (!videoComponent->GetPlayer().Upgrade() || !videoComponent->GetTexture().Upgrade()) { in SetNewComponent()
H A Dvideo_element.cpp224 if (!videoComponent->GetPlayer().Invalid() && !videoComponent->GetTexture().Invalid()) { in InitStatus()
225 player_ = videoComponent->GetPlayer().Upgrade(); in InitStatus()