Searched defs:yuvImage (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/yuv/
H A DYUVCanvas.cpp27 YUVCanvas::YUVCanvas(YUVImage &yuvImage) argument
28 : mYUVImage(yuvImage) {
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java549 private static ByteBuffer convertToRGB(Image yuvImage) { argument
551 int width = yuvImage.getWidth();
552 int height = yuvImage.getHeight();
555 Image.Plane yPlane = yuvImage.getPlanes()[0];
556 Image.Plane uPlane = yuvImage.getPlanes()[1];
557 Image.Plane vPlane = yuvImage.getPlanes()[2];

Completed in 141 milliseconds