Searched defs:yuvPixels (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ |
H A D | imagefromyuvtextures.cpp | 68 unsigned char* yuvPixels[] = { in CreatePlanes() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_utils.cpp | 1006 static void P010Translate(YuvPixelsP010Translate yuvPixels, YUVDataInfo &yuvInfo, in P010Translate() argument 1052 YuvPixelsP010Translate yuvPixels = {(uint16_t *)srcPixels, (uint16_t *)dstPixels}; in YuvTranslate() local
|
H A D | pixel_yuv_ext_utils.cpp | 175 static bool NV12P010Rotate(YuvPixels yuvPixels, PixelSize& size, YUVDataInfo& info, in NV12P010Rotate() argument 227 YuvPixels yuvPixels = {srcPixels, dstPixels, 0, 0}; in YuvRotate() local 351 static void ScaleP010(YuvPixels yuvPixels, OpenSourceLibyuv::ImageYuvConverter &converter, in ScaleP010() argument 443 YuvPixels yuvPixels = {src, dst, xAxis, yAxis}; ScaleYuv420() local [all...] |
Completed in 4 milliseconds