Home
last modified time | relevance | path

Searched defs:allocatorType (Results 1 – 16 of 16) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client__alpha_offscreen_demo.cpp38 …<Media::PixelMap> DecodePixelMap(const string& pathName, const Media::AllocatorType& allocatorType) in DecodePixelMap()
118 auto allocatorType = Media::AllocatorType::SHARE_MEM_ALLOC; in main() local
Drs_uni_render_pixelmap_demo.cpp59 …<Media::PixelMap> DecodePixelMap(const string& pathName, const Media::AllocatorType& allocatorType) in DecodePixelMap()
126 auto allocatorType = Media::AllocatorType::SHARE_MEM_ALLOC; in main() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
Dcommon_utils.cpp306 BufferType CommonUtils::SwitchToEffectBuffType(AllocatorType allocatorType) in SwitchToEffectBuffType()
539 AllocatorType &allocatorType, bool isUpdateExif) in ModifyPixelMapPropertyInner()
590 AllocatorType allocatorType = pixelMap->GetAllocatorType(); in ModifyPixelMapProperty() local
627 AllocatorType allocatorType = pixelMap->GetAllocatorType(); in ModifyPixelMapPropertyForTexture() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dbasic_transformer_test.cpp64 AllocatorType allocatorType = AllocatorType::SHARE_MEM_ALLOC; variable
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dpixel_map.h93 AllocatorType allocatorType = AllocatorType::SHARE_MEM_ALLOC; member
332 NATIVEEXPORT void SetAllocatorType(AllocatorType allocatorType) in SetAllocatorType()
377 NATIVEEXPORT void setAllocatorType(AllocatorType allocatorType) in setAllocatorType()
Dimage_type.h317 AllocatorType allocatorType = AllocatorType::HEAP_ALLOC; member
319 AllocatorType allocatorType = AllocatorType::DEFAULT; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
Dimage_plugin_fuzz.cpp70 AllocatorType allocatorType = AllocatorType::DEFAULT; in ExtDecoderFuncTest001() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
Dimage_creator.cpp193 static void ReleaseBuffer(AllocatorType allocatorType, uint8_t **buffer) in ReleaseBuffer()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dimage_type.h170 AllocatorType allocatorType = AllocatorType::HEAP_ALLOC; member
/foundation/multimedia/image_framework/plugins/manager/include/image/
Dabs_image_decoder.h69 Media::AllocatorType allocatorType = Media::AllocatorType::SHARE_MEM_ALLOC; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dbasic_transformer.cpp141 void BasicTransformer::ReleaseBuffer(AllocatorType allocatorType, int fd, int dataSize, uint8_t *bu… in ReleaseBuffer()
Dimage_format_convert.cpp458 …r<AbsMemory> ImageFormatConvert::CreateMemory(PixelFormat pixelFormat, AllocatorType allocatorType, in CreateMemory()
Dpost_proc.cpp541 void PostProc::ReleaseBuffer(AllocatorType allocatorType, int fd, in ReleaseBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dpixel_map.cpp466 void PixelMap::ReleaseBuffer(AllocatorType allocatorType, int fd, uint64_t dataSize, void **buffer) in ReleaseBuffer()
495 AllocatorType allocatorType = GetAllocatorType(); in SetMemoryName() local
2522 AllocatorType &allocatorType, int32_t &bufferSize, PIXEL_MAP_ERR &error) in ReadPropertiesFromParcel()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp1137 void ExtDecoder::ReleaseOutputBuffer(DecodeContext &context, Media::AllocatorType allocatorType) in HeapMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp3108 AllocatorType allocatorType = IsSupportAstcZeroCopy(pixelAstcInfo.size) ? in ReadFileAndResoveAstc() local