Searched refs:GetYSize (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 49 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() function 141 uint8_t *tmpU = tmpPixels.get()+ GetYSize(size.dstW, size.dstH); in NV12Rotate() 182 uint16_t* dstU = dstPixels.get() + GetYSize(info.yStride, size.srcH); in NV12P010Rotate() 194 uint16_t* rotateU = rotatePixels.get() + GetYSize(size.dstW, size.dstH); in NV12P010Rotate() 310 uint8_t *dstUV = dst + GetYSize(dstYStride, dstYHeight); in ScaleUVPlane() 345 uint16_t* dstU = dstPixels.get() + GetYSize(srcYStride, srcHeight); in ScaleP010() 356 uint16_t* scaleU = scalePixels.get() + GetYSize(dstYStride, dst_height); in ScaleP010()
|
H A D | pixel_yuv_utils.cpp | 95 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() function 140 srcPixels + GetYSize(size.width, size.height) + i * GetUVStride(size.width), in WriteDataNV12Convert() 167 srcPixels + GetYSize(size.width, size.height) + i * GetUVStride(size.width), in WriteDataNV12P010Convert() 233 frame->data[1] = pixels + GetYSize(info.width, info.height); in FillDstFrameInfo() 248 frame->data[1] = pixels + GetYSize(info.width, info.height); in FillRotateFrameInfo()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 176 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() function 351 int32_t rectSize = GetYSize(rect.width, rect.height); in crop() 352 int32_t pixelSize = GetYSize(imageInfo_.size.width, imageInfo_.size.height); in crop() 888 uint32_t size = static_cast<uint32_t>(GetYSize(width, height) + in GetImageSize()
|