Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A 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
H A 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
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A 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
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dbasic_transformer_test.cpp64 AllocatorType allocatorType = AllocatorType::SHARE_MEM_ALLOC; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h97 AllocatorType allocatorType = AllocatorType::SHARE_MEM_ALLOC; member
336 NATIVEEXPORT void SetAllocatorType(AllocatorType allocatorType) in SetAllocatorType()
392 NATIVEEXPORT void setAllocatorType(AllocatorType allocatorType) in setAllocatorType()
H A Dimage_type.h319 AllocatorType allocatorType = AllocatorType::HEAP_ALLOC; member
321 AllocatorType allocatorType = AllocatorType::DEFAULT; member
385 AllocatorType allocatorType = AllocatorType::DMA_ALLOC; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp70 AllocatorType allocatorType = AllocatorType::DEFAULT; in ExtDecoderFuncTest001() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp193 static void ReleaseBuffer(AllocatorType allocatorType, uint8_t **buffer) in ReleaseBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h170 AllocatorType allocatorType = AllocatorType::HEAP_ALLOC; member
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h69 Media::AllocatorType allocatorType = Media::AllocatorType::SHARE_MEM_ALLOC; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp141 void BasicTransformer::ReleaseBuffer(AllocatorType allocatorType, int fd, int dataSize, uint8_t *bu… in ReleaseBuffer()
H A Dimage_format_convert.cpp490 …r<AbsMemory> ImageFormatConvert::CreateMemory(PixelFormat pixelFormat, AllocatorType allocatorType, in CreateMemory()
H A Dpost_proc.cpp542 void PostProc::ReleaseBuffer(AllocatorType allocatorType, int fd, in ReleaseBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1164 void ExtDecoder::ReleaseOutputBuffer(DecodeContext &context, Media::AllocatorType allocatorType) in HeapMemAlloc()
1198 AllocatorType allocatorType = context.allocatorType; in HeapMemAlloc() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp466 void PixelMap::ReleaseBuffer(AllocatorType allocatorType, int fd, uint64_t dataSize, void **buffer) in ReleaseBuffer()
495 AllocatorType allocatorType = GetAllocatorType(); in SetMemoryName() local
2526 AllocatorType &allocatorType, int32_t &bufferSize, PIXEL_MAP_ERR &error) in ReadPropertiesFromParcel()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3130 AllocatorType allocatorType = IsSupportAstcZeroCopy(pixelAstcInfo.size) ? in ReadFileAndResoveAstc() local