Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h47 static bool IsFormatSupportDma(const PixelFormat &format);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp328 return IsSizeSupportDma(size) && (preferDma || (IsWidthAligned(size.width) && IsFormatSupportDma(format))) && in GetPixelMapAllocatorType()
364 bool ImageUtils::IsFormatSupportDma(const PixelFormat &format) in IsFormatSupportDma() function in OHOS::Media::ImageUtils
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp718 if (ImageSystemProperties::GetDmaEnabled() && ImageUtils::IsFormatSupportDma(opts.desiredPixelFormat)) {

Completed in 8 milliseconds