Searched defs:yPlane (Results 1 – 2 of 2) sorted by relevance
54 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, in rgbToYuv420()248 uint8_t* yPlane = img; in produceFrame() local287 uint8_t* yPlane = img; in produceFrame() local
527 Image.Plane yPlane = yuvImage.getPlanes()[0]; in convertToRGB() local