Searched refs:pixelArraySize (Results 1 – 3 of 3) sorted by relevance
883 Size pixelArraySize = getPixelArraySizeChecked(); in getPreCorrectedActiveArraySizeChecked() local886 activeArray.width() <= pixelArraySize.getWidth() && in getPreCorrectedActiveArraySizeChecked()887 activeArray.height() <= pixelArraySize.getHeight()); in getPreCorrectedActiveArraySizeChecked()903 Size pixelArraySize = getPixelArraySizeChecked(); in getActiveArraySizeChecked() local906 activeArray.width() <= pixelArraySize.getWidth() && in getActiveArraySizeChecked()907 activeArray.height() <= pixelArraySize.getHeight()); in getActiveArraySizeChecked()923 Size pixelArraySize = getPixelArraySizeChecked(); in getRawDimensChecked() local926 Assert.assertTrue("Missing pixel array size", pixelArraySize.getWidth() > 0 && in getRawDimensChecked()927 pixelArraySize.getHeight() > 0); in getRawDimensChecked()929 pixelArraySize }; in getRawDimensChecked()
203 Size pixelArraySize = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local208 long sensorResolution = pixelArraySize.getHeight() * pixelArraySize.getWidth() ; in testAvailableStreamConfigs()1479 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testDepthOutputCharacteristics() local1500 pixelArraySize.getWidth() + ", " + pixelArraySize.getHeight() + "]", in testDepthOutputCharacteristics()1502 precorrectionArray.left < pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1504 precorrectionArray.right <= pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1506 precorrectionArray.top < pixelArraySize.getHeight() && in testDepthOutputCharacteristics()1508 precorrectionArray.bottom <= pixelArraySize.getHeight()); in testDepthOutputCharacteristics()2366 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testCameraOrientationAlignedWithDevice()2371 if (pixelArraySize.getWidth() == pixelArraySize.getHeight()) { in testCameraOrientationAlignedWithDevice()[all …]
1237 Size pixelArraySize = mStaticInfo.getPixelArraySizeChecked(); in verifyRawCaptureResult() local1269 int height = pixelArraySize.getHeight(); in verifyRawCaptureResult()1270 int width = pixelArraySize.getWidth(); in verifyRawCaptureResult()1273 pixelArraySize, p.x >= 0 && p.x < width && p.y >= 0 && p.y < height); in verifyRawCaptureResult()