Searched defs:yPlane (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp55 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, argument
62 uint8_t* y = yPlane;
78 yPlane += yStride;
237 uint8_t* yPlane = img;
244 rgbToYuv420(pixelBuffer, width, height, yPlane,
276 uint8_t* yPlane = img; local
280 rgbToYuv420(pixelBuffer, width, height, yPlane,

Completed in 57 milliseconds