Searched refs:srcUHeight (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 263 uint32_t srcUHeight = static_cast<uint32_t>(GetUVHeight(yuvInfo.height)); in ScaleUVPlane() local 267 std::unique_ptr<uint8_t[]> uvData = std::make_unique<uint8_t[]>(NUM_2 * srcUWidth * srcUHeight); in ScaleUVPlane() 280 vData = uvData.get() + srcUWidth * srcUHeight; in ScaleUVPlane() 281 …SplitUVPlane(srcUV, uvStride, uData, dstSplitStride, vData, dstSplitStride, srcUWidth, srcUHeight); in ScaleUVPlane() 284 uData = uvData.get() + srcUWidth * srcUHeight; in ScaleUVPlane() 285 …SplitUVPlane(srcUV, uvStride, vData, dstSplitStride, uData, dstSplitStride, srcUWidth, srcUHeight); in ScaleUVPlane() 304 converter.ScalePlane(uData, dstSplitStride, srcUWidth, srcUHeight, in ScaleUVPlane() 307 converter.ScalePlane(vData, dstSplitStride, srcUWidth, srcUHeight, in ScaleUVPlane()
|