/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/include/ |
H A D | mock_pixel_map.h | 42 CustomFreePixelMap func));
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 43 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 D | pixel_yuv_ext.h | 44 CustomFreePixelMap func) override;
|
H A D | pixel_yuv.h | 72 CustomFreePixelMap func) override;
|
H A D | image_source.h | 148 CustomFreePixelMap func;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 31 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 D | mock_pixel_map.cpp | 54 … [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 D | abs_image_decoder.h | 71 Media::CustomFreePixelMap freeFunc = nullptr;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 42 …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 D | pixel_yuv_ext.cpp | 302 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
|
H A D | pixel_yuv.cpp | 797 …etPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFreePixelMap func) in SetPixelsAddr()
|
H A D | pixel_map.cpp | 193 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 D | auxiliary_generator.cpp | 83 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 D | rs_marshalling_helper.cpp | 1462 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 D | ext_decoder.cpp | 697 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in HeapMemAlloc()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 633 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in FreeContextBuffer()
|