Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp50 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() function
143 uint8_t *tmpU = tmpPixels.get()+ GetYSize(size.dstW, size.dstH); in NV12Rotate()
184 uint16_t* dstU = dstPixels.get() + GetYSize(info.yStride, size.srcH); in NV12P010Rotate()
196 uint16_t* rotateU = rotatePixels.get() + GetYSize(size.dstW, size.dstH); in NV12P010Rotate()
304 uint8_t *dstUV = dst + GetYSize(dstYStride, dstYHeight); in ScaleUVPlane()
363 YUVStrideInfo dstStride = {yuvInfo.width, yuvInfo.width, 0, GetYSize(yuvInfo.width, yuvInfo.yuvDataInfo.yHeight)}; in ScaleP010()
368 uint16_t* srcUV = srcPixels.get() + GetYSize(yuvInfo.width, yuvInfo.yuvDataInfo.yHeight); in ScaleP010()
380 uint16_t* dstU = dstPixels.get() + GetYSize(srcWidth, srcHeight); in ScaleP010()
394 uint16_t* scaleU = scalePixels.get() + GetYSize(dst_width, dst_height); in ScaleP010()
410 uint16_t* dstPixelUV = dstPixel.get() + GetYSize(dst_widt in ScaleP010()
[all...]
H A Dpixel_yuv_utils.cpp95 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()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp176 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() function
328 int32_t rectSize = GetYSize(rect.width, rect.height); in crop()
329 int32_t pixelSize = GetYSize(imageInfo_.size.width, imageInfo_.size.height); in crop()
858 uint32_t size = static_cast<uint32_t>(GetYSize(width, height) + in GetImageSize()

Completed in 6 milliseconds