Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp34 return MakeRefPtr<ImageSourceOhos>(std::move(src)); in Create()
46 return MakeRefPtr<ImageSourceOhos>(std::move(src)); in Create()
58 return MakeRefPtr<ImageSourceOhos>(std::move(src)); in Create()
73 std::string ImageSourceOhos::GetProperty(const std::string& key) in GetProperty()
84 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap(const Size& size, AIImageQuality imageQuality, boo… in CreatePixelMap()
89 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap( in CreatePixelMap()
113 RefPtr<PixelMap> ImageSourceOhos::CreatePixelMap() in CreatePixelMap()
126 ImageSource::Size ImageSourceOhos::GetImageSize() in GetImageSize()
137 uint32_t ImageSourceOhos::GetFrameCount() in GetFrameCount()
148 std::string ImageSourceOhos::GetEncodedFormat() in GetEncodedFormat()
H A Dimage_source_ohos.h26 class ImageSourceOhos : public ImageSource {
27 DECLARE_ACE_TYPE(ImageSourceOhos, ImageSource) in DECLARE_ACE_TYPE() argument
29 …explicit ImageSourceOhos(std::unique_ptr<Media::ImageSource>&& source) : imageSource_(std::move(so… in DECLARE_ACE_TYPE()