Home
last modified time | relevance | path

Searched refs:IsSizeSupportDma (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h46 static bool IsSizeSupportDma(const Size &size);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp328 return IsSizeSupportDma(size) && (preferDma || (IsWidthAligned(size.width) && IsFormatSupportDma(format))) && in GetPixelMapAllocatorType()
355 bool ImageUtils::IsSizeSupportDma(const Size &size) in IsSizeSupportDma() function in OHOS::Media::ImageUtils
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp714 ImageUtils::IsSizeSupportDma(hasDesiredSizeOptions ? opts.desiredSize : info.size)) {
719 return ImageUtils::IsSizeSupportDma(hasDesiredSizeOptions ? opts.desiredSize : info.size) &&
811 if (ImageUtils::IsSizeSupportDma(info.size) && getpid() != gettid()) {

Completed in 7 milliseconds