Searched refs:pixelArraySize (Results 1 – 2 of 2) sorted by relevance
50 int pixelArraySize = Math.min(resultBitmap.getWidth(), bitmap.getWidth()) in applyFillTransformation() local52 int[] srcPixels = new int[pixelArraySize]; in applyFillTransformation()
196 …Size pixelArraySize = mCameraCharacteristics.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZ… in getFieldOfView() local199 float activeWidthFraction = activeArraySize.width() / (float) pixelArraySize.getWidth(); in getFieldOfView()200 float activeHeightFraction = activeArraySize.height() / (float) pixelArraySize.getHeight(); in getFieldOfView()