Searched refs:AllocateNewSharedMem (Results 1 – 2 of 2) sorted by relevance
102 std::shared_ptr<Media::AbsMemory> AllocateNewSharedMem(size_t memorySize, std::string tag);
1921 std::shared_ptr<AbsMemory> ExtEncoder::AllocateNewSharedMem(size_t memorySize, std::string tag) in AllocateNewSharedMem() function in OHOS::ImagePlugin::ExtEncoder2039 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()