Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp54 static int32_t GetVOffset(int32_t width, int32_t height) in GetVOffset() function
142 uint8_t *tmpV = tmpPixels.get()+ GetVOffset(size.dstW, size.dstH); in NV12Rotate()
183 uint16_t* dstV = dstPixels.get() + GetVOffset(info.yStride, size.srcH); in NV12P010Rotate()
195 uint16_t* rotateV = rotatePixels.get() + GetVOffset(size.dstW, size.dstH); in NV12P010Rotate()
346 uint16_t* dstV = dstPixels.get() + GetVOffset(srcYStride, srcHeight); in ScaleP010()
357 uint16_t* scaleV = scalePixels.get() + GetVOffset(dstYStride, dst_height); in ScaleP010()