Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/include/
H A Dmock_pixel_map.h42 CustomFreePixelMap func));
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h43 using CustomFreePixelMap = void (*)(void *addr, void *context, uint32_t size); variable
134 CustomFreePixelMap func);
186 NATIVEEXPORT virtual void SetFreePixelMapProc(CustomFreePixelMap func);
511 CustomFreePixelMap custFreePixelMap_ = nullptr;
512 CustomFreePixelMap freePixelMapProc_ = nullptr;
H A Dpixel_yuv_ext.h44 CustomFreePixelMap func) override;
H A Dpixel_yuv.h72 CustomFreePixelMap func) override;
H A Dimage_source.h148 CustomFreePixelMap func;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h31 using CustomFreePixelMap = void (*)(void *addr, void *context, uint32_t size); variable
85 CustomFreePixelMap func);
282 CustomFreePixelMap custFreePixelMap_ = nullptr;
/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_pixel_map.cpp54 … [this](void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) { in MockPixelMap()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h71 Media::CustomFreePixelMap freeFunc = nullptr;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp42 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv_ext.cpp302 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
H A Dpixel_yuv.cpp797 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
H A Dpixel_map.cpp193 void PixelMap::SetFreePixelMapProc(CustomFreePixelMap func) in SetFreePixelMapProc()
204 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp83 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in FreeContextBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1462 static void CustomFreePixelMap(void* addr, void* context, uint32_t size) in CustomFreePixelMap() function
1512 val->SetFreePixelMapProc(CustomFreePixelMap); in Unmarshalling()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp697 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp633 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in FreeContextBuffer()