Searched refs:getPlaneCount (Results 1 – 6 of 6) sorted by relevance
61 if (image.getPlaneCount() <= 0) { in ImageWrapper()64 mPlaneCount = image.getPlaneCount(); in ImageWrapper()
252 public int getPlaneCount() { in getPlaneCount() method in Image
1252 public int getPlaneCount() { in getPlaneCount() method in ImageReader.SurfaceImage
1134 parcelImage.planeCount = img.getPlaneCount(); in onImageAvailable()
2152 parcelImage.planeCount = img.getPlaneCount(); in initializeParcelImage()
1347 if (image == null || image.getPlaneCount() < 1) { in getBorderLuma()