Home
last modified time | relevance | path

Searched refs:AllocateNewSharedMem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_encoder.h102 std::shared_ptr<Media::AbsMemory> AllocateNewSharedMem(size_t memorySize, std::string tag);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1921 std::shared_ptr<AbsMemory> ExtEncoder::AllocateNewSharedMem(size_t memorySize, std::string tag) in AllocateNewSharedMem() function in OHOS::ImagePlugin::ExtEncoder
2039 AllocateNewSharedMem(GetBufferSize(it35Info.size()), IT35_ASHMEM_TAG); in AssembleIT35SharedBuffer()
2062 AllocateNewSharedMem(GetBufferSize(iccProfile->size()), ICC_ASHMEM_TAG); in AssembleICCImageProperty()
2105 std::shared_ptr<AbsMemory> mem = AllocateNewSharedMem(outputCapacity, OUTPUT_ASHMEM_TAG); in AssembleOutputSharedBuffer()
2290 …std::shared_ptr<AbsMemory> propertyAshmem = AllocateNewSharedMem(exifSize + EXIF_PRE_SIZE, EXIF_AS… in AssembleExifMetaItem()
2317 std::shared_ptr<AbsMemory> sharedMem = AllocateNewSharedMem(capacity, IMAGE_DATA_TAG); in FillPixelSharedBuffer()