Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp157 static int32_t GetRGBxRowBytes(const ImageInfo &imgInfo) in GetRGBxRowBytes() function
164 return imgInfo.size.height * GetRGBxRowBytes(imgInfo); in GetRGBxSize()
190 static_cast<uint32_t>(GetRGBxRowBytes(dstInfo)) : dstRowBytes; in WritePixelsConvert()
197 srcRowBytes = static_cast<uint32_t>(GetRGBxRowBytes(srcInfo)); in WritePixelsConvert()