Home
last modified time | relevance | path

Searched defs:yuvPixels (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp173 static bool NV12P010Rotate(YuvPixels yuvPixels, PixelSize& size, YUVDataInfo& info, in NV12P010Rotate()
225 YuvPixels yuvPixels = {srcPixels, dstPixels, 0, 0}; in YuvRotate() local
326 static void ScaleP010(YuvPixels yuvPixels, OpenSourceLibyuv::ImageYuvConverter &converter, in ScaleP010()
392 YuvPixels yuvPixels = {src, dst, xAxis, yAxis}; in ScaleYuv420() local
H A Dpixel_yuv_utils.cpp1006 static void P010Translate(YuvPixelsP010Translate yuvPixels, YUVDataInfo &yuvInfo, in P010Translate()
1052 YuvPixelsP010Translate yuvPixels = {(uint16_t *)srcPixels, (uint16_t *)dstPixels}; in YuvTranslate() local