Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h45 static bool IsWidthAligned(const int32_t &width);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp328 return IsSizeSupportDma(size) && (preferDma || (IsWidthAligned(size.width) && IsFormatSupportDma(format))) && in GetPixelMapAllocatorType()
350 bool ImageUtils::IsWidthAligned(const int32_t &width) in IsWidthAligned() function in OHOS::Media::ImageUtils
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp720 (ImageUtils::IsWidthAligned(opts.desiredSize.width)

Completed in 7 milliseconds