Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dspunge_mem.c22 void *SpungeAlloc(size_t blockNum, size_t blockSize, FILLP_INT allocType) in SpungeAlloc()
48 void SpungeFree(void *p, FILLP_INT allocType) in SpungeFree()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dqueue.h26 FILLP_INT allocType; member
87 static __inline void FillpQueueInit(FillpQueue *q, char *name, size_t size, FILLP_INT allocType) in FillpQueueInit()
95 static __inline FillpQueue *FillpQueueCreate(char *name, size_t size, FILLP_INT allocType) in FillpQueueCreate()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
Dspunge_app.c84 struct FtSocket *SpungeAllocSock(FILLP_INT allocType) in SpungeAllocSock()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dimage_format_convert.cpp581 auto allocType = srcPiexlMap->GetAllocatorType(); in RGBConvertImageFormatOption() local
630 auto allocType = srcPiexlMap->GetAllocatorType(); in RGBConvertImageFormatOptionUnique() local
698 auto allocType = srcPiexlMap->GetAllocatorType(); in GetAllocatorType() local
727 auto allocType = GetAllocatorType(srcPiexlMap, destFormat); in YUVConvertImageFormatOption() local
Dpost_proc.cpp923 AllocatorType allocType = sourcePixelMap.GetAllocatorType(); in PixelMapPostProcWithGL() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_pixelmap.h37 int8_t allocType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/memory/
Drs_memory_track.h54 OHOS::Media::AllocatorType allocType; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepixelmapmarshalling2_fuzzer/src/
Dpixelmap_parcel.cpp38 std::unique_ptr<PixelMap> ConstructPixelMap(AllocatorType allocType) in ConstructPixelMap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dpixel_map_parcel.cpp59 void PixelMapParcel::ReleaseMemory(AllocatorType allocType, void *addr, void *context, uint32_t siz… in ReleaseMemory()
153 AllocatorType allocType = static_cast<AllocatorType>(data.ReadInt32()); in CreateFromParcel() local
800 void PixelMapRecordParcel::ReleaseMemory(AllocatorType allocType, void *addr, void *context, uint32… in ReleaseMemory()
Dpixel_map.cpp414 AllocatorType allocType = opts.allocatorType == AllocatorType::DEFAULT ? in AllocPixelMapMemory() local
2290 void PixelMap::ReleaseMemory(AllocatorType allocType, void *addr, void *context, uint32_t size) in ReleaseMemory()
3446 int32_t allocType = static_cast<int32_t>(AllocatorType::DEFAULT); in DecodeTlv() local
3966 AllocatorType allocType; member
Dpixel_yuv.cpp70 AllocatorType allocType; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
Dpixel_map_gl_resize.cpp87 AllocatorType allocType = sourcePixelMap.GetAllocatorType(); in PixelMapPostProcWithGL() local
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_provider_data.cpp352 void FormProviderData::ReleaseMemory(int32_t allocType, void *addr, void *context, uint32_t size) in ReleaseMemory()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dimage_type.h277 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC; member
290 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC ; member
301 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
Dauxiliary_generator.cpp84 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in FreeContextBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_format_convert_test.cpp586 AllocatorType allocType) in RGBConvertToYUVByUnique()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp782 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlIma… in FreeContextBuffer()