Searched refs:pixelArraySize (Results 1 – 3 of 3) sorted by relevance
221 Size pixelArraySize = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local226 long sensorResolution = pixelArraySize.getHeight() * pixelArraySize.getWidth() ; in testAvailableStreamConfigs()1611 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testDepthOutputCharacteristics() local1633 pixelArraySize.getWidth() + ", " + pixelArraySize.getHeight() + "]", in testDepthOutputCharacteristics()1635 precorrectionArray.left < pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1637 precorrectionArray.right <= pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1639 precorrectionArray.top < pixelArraySize.getHeight() && in testDepthOutputCharacteristics()1641 precorrectionArray.bottom <= pixelArraySize.getHeight()); in testDepthOutputCharacteristics()2564 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testCameraOrientationAlignedWithDevice()2569 if (pixelArraySize.getWidth() == pixelArraySize.getHeight()) { in testCameraOrientationAlignedWithDevice()[all …]
1240 Size pixelArraySize = mStaticInfo.getPixelArraySizeChecked(); in verifyRawCaptureResult() local1272 int height = pixelArraySize.getHeight(); in verifyRawCaptureResult()1273 int width = pixelArraySize.getWidth(); in verifyRawCaptureResult()1276 pixelArraySize, p.x >= 0 && p.x < width && p.y >= 0 && p.y < height); in verifyRawCaptureResult()
903 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getPreCorrectedActiveArraySizeChecked() local906 activeArray.width() <= pixelArraySize.getWidth() && in getPreCorrectedActiveArraySizeChecked()907 activeArray.height() <= pixelArraySize.getHeight()); in getPreCorrectedActiveArraySizeChecked()932 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getActiveArraySizeChecked() local935 activeArray.width() <= pixelArraySize.getWidth() && in getActiveArraySizeChecked()936 activeArray.height() <= pixelArraySize.getHeight()); in getActiveArraySizeChecked()960 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getRawDimensChecked() local963 Assert.assertTrue("Missing pixel array size", pixelArraySize.getWidth() > 0 && in getRawDimensChecked()964 pixelArraySize.getHeight() > 0); in getRawDimensChecked()966 pixelArraySize }; in getRawDimensChecked()