Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model_ng.cpp90 ImageSourceInfo posterSourceInfo(posterUrl, bundleName, moduleName); in SetPosterSourceInfo() local
91 ACE_UPDATE_LAYOUT_PROPERTY(VideoLayoutProperty, PosterImageInfo, posterSourceInfo); in SetPosterSourceInfo()
96 ImageSourceInfo posterSourceInfo(pixMap); in SetPosterSourceByPixelMap() local
97 ACE_UPDATE_LAYOUT_PROPERTY(VideoLayoutProperty, PosterImageInfo, posterSourceInfo); in SetPosterSourceByPixelMap()
H A Dvideo_pattern.cpp1012 auto posterSourceInfo = layoutProperty->GetPosterImageInfo().value(); in OnModifyDone() local
1028 if (!posterSourceInfo.IsValid()) { in OnModifyDone()
1040 posterLayoutProperty->UpdateImageSourceInfo(posterSourceInfo); in OnModifyDone()