Home
last modified time | relevance | path

Searched refs:preferDma (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp91 options.preferDma = true; in CreatePixelMap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h43 static AllocatorType GetPixelMapAllocatorType(const Size &size, const PixelFormat &format, bool preferDma);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h327 bool preferDma = false; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp325 AllocatorType ImageUtils::GetPixelMapAllocatorType(const Size &size, const PixelFormat &format, bool preferDma) in GetPixelMapAllocatorType() argument
328 return IsSizeSupportDma(size) && (preferDma || (IsWidthAligned(size.width) && IsFormatSupportDma(format))) && in GetPixelMapAllocatorType()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp721 || opts.preferDma);

Completed in 9 milliseconds