Searched refs:yPlane (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 556 Image.Plane yPlane = yuvImage.getPlanes()[0]; 560 ByteBuffer yBuf = yPlane.getBuffer(); 568 int yRowStride = yPlane.getRowStride(); 572 int yPixStride = yPlane.getPixelStride();
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 71 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, argument 78 uint8_t* y = yPlane; 94 yPlane += yStride; 262 uint8_t* yPlane = img; 269 rgbToYuv420(pixelBuffer, width, height, yPlane, 301 uint8_t* yPlane = img; local 305 rgbToYuv420(pixelBuffer, width, height, yPlane,
|
Completed in 10 milliseconds