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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp54 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, argument
61 uint8_t* y = yPlane;
77 yPlane += yStride;
248 uint8_t* yPlane = img;
255 rgbToYuv420(pixelBuffer, width, height, yPlane,
287 uint8_t* yPlane = img; local
291 rgbToYuv420(pixelBuffer, width, height, yPlane,

Completed in 19 milliseconds