Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h282 CustomFreePixelMap custFreePixelMap_ = nullptr; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h511 CustomFreePixelMap custFreePixelMap_ = nullptr; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp810 custFreePixelMap_ = func; in SetPixelsAddr()
H A Dpixel_map.cpp151 if (custFreePixelMap_ != nullptr) { in FreePixelMap()
152 custFreePixelMap_(data_, context_, pixelsSize_); in FreePixelMap()
219 custFreePixelMap_ = func; in SetPixelsAddr()