Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp294 uint8_t *tempVData = nullptr; in ScaleUVPlane() local
297 tempVData = tempUVData.get() + dstUWidth * dstUHeight; in ScaleUVPlane()
299 tempVData = tempUVData.get(); in ScaleUVPlane()
308 tempVData, 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()