Home
last modified time | relevance | path

Searched refs:GetPixelMapAllocatorType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h44 …static AllocatorType GetPixelMapAllocatorType(const Size &size, const PixelFormat &format, bool us…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp332 AllocatorType ImageUtils::GetPixelMapAllocatorType(const Size &size, const PixelFormat &format, boo… in GetPixelMapAllocatorType() function in OHOS::Media::ImageUtils
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp391 …ImageUtils::GetPixelMapAllocatorType(dstImageInfo.size, dstImageInfo.pixelFormat, useDMA), memoryD… in AllocPixelMapMemory()