Searched refs:getPlanes (Results 1 – 16 of 16) sorted by relevance
439 Image.Plane[] planes = pixels.getPlanes(); in writeImage()556 Image.Plane yPlane = yuvImage.getPlanes()[0]; in convertToRGB()557 Image.Plane uPlane = yuvImage.getPlanes()[1]; in convertToRGB()558 Image.Plane vPlane = yuvImage.getPlanes()[2]; in convertToRGB()
124 Plane[] srcPlanes = src.getPlanes(); in imageCopy()125 Plane[] dstPlanes = dst.getPlanes(); in imageCopy()
298 public abstract Plane[] getPlanes(); in getPlanes() method in Image
762 public Plane[] getPlanes() { in getPlanes() method in ImageWriter.WriterSurfaceImage
894 public Plane[] getPlanes() { in getPlanes() method in ImageReader.SurfaceImage
3871 public Plane[] getPlanes() { in getPlanes() method in MediaImage
852 Plane[] planes = image.getPlanes(); in getDataFromImage()933 Plane[] planes = image.getPlanes(); in checkAndroidImageFormat()1689 Plane[] srcPlanes = src.getPlanes(); in imageCopy()1690 Plane[] dstPlanes = dst.getPlanes(); in imageCopy()1761 Plane[] lhsPlanes = lhsImg.getPlanes(); in isImageStronglyEqual()1762 Plane[] rhsPlanes = rhsImg.getPlanes(); in isImageStronglyEqual()1827 assertNotNull("Image plane shouldn't be null", image.getPlanes()); in basicValidateJpegImage()1828 assertEquals("Image plane number should be 1", 1, image.getPlanes().length); in basicValidateJpegImage()
161 when(image.getPlanes()).thenReturn(onlyPlaneThatMatters); in capturedImageSaver()
417 ByteBuffer buffer = mCapture.getPlanes()[0].getBuffer(); in run()
436 final Image.Plane plane = image.getPlanes()[0]; in scanImage()
213 ByteBuffer buffer = mImage.getPlanes()[0].getBuffer(); in run()
231 ByteBuffer buffer = mImage.getPlanes()[0].getBuffer(); in run()
1155 ByteBuffer buffer = image.getPlanes()[0].getBuffer(); in takePicture()
14410 method public abstract android.media.Image.Plane[] getPlanes();
24282 method public abstract android.media.Image.Plane[] getPlanes();