Home
last modified time | relevance | path

Searched refs:imageSource_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dincremental_pixel_map.cpp63 if (imageSource_ == nullptr) { in ~IncrementalPixelMap()
70 : index_(index), opts_(opts), imageSource_(imageSource) in IncrementalPixelMap()
72 if (imageSource_ != nullptr) { in IncrementalPixelMap()
73 imageSource_->RegisterListener(static_cast<PeerListener *>(this)); in IncrementalPixelMap()
79 if (imageSource_ == nullptr) { in PromoteDecoding()
91imageSource_->PromoteDecoding(index_, opts_, *(static_cast<PixelMap *>(this)), imageState, decodeP… in PromoteDecoding()
109 if (imageSource_ == nullptr) { in DetachFromDecoding()
122 imageSource_ = nullptr; in OnPeerDestory()
127 imageSource_->DetachIncrementalDecoding(*(static_cast<PixelMap *>(this))); in DetachSource()
128 imageSource_->UnRegisterListener(this); in DetachSource()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject()
45 : imageSource_(source), imageSize_(imageSize), frameCount_(frameCount), isSvg_(isSvg)
78 return imageSource_; in GetSourceInfo()
113 return MakeRefPtr<ImageObject>(imageSource_, imageSize_, frameCount_, isSvg_); in Clone()
117 ImageSourceInfo imageSource_;
145 return MakeRefPtr<SvgSkiaImageObject>(imageSource_, Size(), frameCount_, skiaDom_); in Clone()
172 return MakeRefPtr<SvgImageObject>(imageSource_, Size(), frameCount_, svgDom_); in Clone()
214 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone()
216 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, data_); in Clone()
H A Dimage_object_animated.cpp82 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone()
84 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, drawingData_); in Clone()
121 imageSource_, in UploadToGpuForRender()
H A Danimated_image_player.h39 …: imageSource_(source), successCallback_(successCallback), context_(weakContext), codec_(std::move…
106 ImageSourceInfo imageSource_; variable
H A Danimated_image_player.cpp78 player->successCallback_(player->imageSource_, canvasImage); in RenderFrame()
83 … source = player->imageSource_] { callback(source, canvasImage); }, in RenderFrame()
H A Dimage_object.cpp177 imageSource = imageSource_, id = Container::CurrentId()]() mutable {
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp76 uint32_t res = imageSource_->GetImagePropertyString(0, key, value); in GetProperty()
104 auto pixmap = imageSource_->CreatePixelMapEx(index, options, errorCode); in CreatePixelMap()
117 auto pixelMap = imageSource_->CreatePixelMap(decodeOpts, errorCode); in CreatePixelMap()
129 auto errorCode = imageSource_->GetImageInfo(info); in GetImageSize()
140 auto frameCount = imageSource_->GetFrameCount(errorCode); in GetFrameCount()
151 auto sourceInfo = imageSource_->GetSourceInfo(errorCode); in GetEncodedFormat()
H A Dimage_source_ohos.h29 …explicit ImageSourceOhos(std::unique_ptr<Media::ImageSource>&& source) : imageSource_(std::move(so… in DECLARE_ACE_TYPE()
44 std::unique_ptr<Media::ImageSource> imageSource_;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dincremental_pixel_map.h63 ImageSource *imageSource_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h72 return imageSource_; in GetImageSource()
77 imageSource_ = imageSource; in SetImageSource()
102 return (imageSource_ == other.GetImageSource()) && (size_ == other.GetSize()) &&
109 str.append("imageSource: [").append(imageSource_).append("]"); in ToString()
118 std::string imageSource_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.cpp39 imageSource_, in UploadToGpuForRender()
H A Dapng_image_object.h87 … return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_); in Clone()
H A Dapng_image_player.h126 ImageSourceInfo imageSource_;
H A Dapng_image_player.cpp35 : imageSource_(source), successCallback_(successCallback), context_(weakContext), in APngImagePlayer()
264 … source = player->imageSource_] { callback(source, canvasImage); }, in RenderFrame()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_creator_napi.h99 std::shared_ptr<ImageSource> imageSource_; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_webp_test.cpp614 incOpts->imageSource_ = nullptr;
645 ASSERT_EQ(incOpts->imageSource_, nullptr);