Home
last modified time | relevance | path

Searched refs:sIncPixelMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h57 static std::shared_ptr<IncrementalPixelMap> sIncPixelMap_; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h87 static thread_local std::shared_ptr<IncrementalPixelMap> sIncPixelMap_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp38 std::shared_ptr<IncrementalPixelMap> SendableImageSourceNapi::sIncPixelMap_ = nullptr; member in OHOS::Media::SendableImageSourceNapi
812 pImgSrcNapi->navIncPixelMap_ = sIncPixelMap_; in Constructor()
813 sIncPixelMap_ = nullptr; in Constructor()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp49 thread_local std::shared_ptr<IncrementalPixelMap> ImageSourceNapi::sIncPixelMap_ = nullptr; member in OHOS::Media::ImageSourceNapi
842 pImgSrcNapi->navIncPixelMap_ = sIncPixelMap_; in Constructor()
843 sIncPixelMap_ = nullptr; in Constructor()
1408 sIncPixelMap_ = std::move(incPixelMap); in CreateIncrementalSource()