Searched refs:tempUData (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 | 293 uint8_t *tempUData = nullptr; in ScaleUVPlane() local 296 tempUData = tempUVData.get(); in ScaleUVPlane() 300 tempUData = tempUVData.get() + dstUWidth * dstUHeight; in ScaleUVPlane() 305 tempUData, dstUWidth, dstUWidth, dstUHeight, filterMode); in ScaleUVPlane() 317 …converter.MergeUVPlane(tempUData, dstUWidth, tempVData, dstUWidth, dstUV, dstUVStride, dstUWidth, … in ScaleUVPlane() 319 …converter.MergeUVPlane(tempVData, dstUWidth, tempUData, dstUWidth, dstUV, dstUVStride, dstUWidth, … in ScaleUVPlane() 323 tempUData = tempVData = nullptr; in ScaleUVPlane()
|