Searched refs:pixelArraySize (Results 1 – 3 of 3) sorted by relevance
292 Size pixelArraySize = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local297 long sensorResolution = pixelArraySize.getHeight() * pixelArraySize.getWidth() ; in testAvailableStreamConfigs()1867 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testDepthOutputCharacteristics() local1889 pixelArraySize.getWidth() + ", " + pixelArraySize.getHeight() + "]", in testDepthOutputCharacteristics()1891 precorrectionArray.left < pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1893 precorrectionArray.right <= pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1895 precorrectionArray.top < pixelArraySize.getHeight() && in testDepthOutputCharacteristics()1897 precorrectionArray.bottom <= pixelArraySize.getHeight()); in testDepthOutputCharacteristics()3347 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testCameraOrientationAlignedWithDevice()3352 if (pixelArraySize.getWidth() == pixelArraySize.getHeight()) { in testCameraOrientationAlignedWithDevice()[all …]
1354 Size pixelArraySize = mStaticInfo.getPixelArraySizeChecked(); in verifyRawCaptureResult() local1386 int height = pixelArraySize.getHeight(); in verifyRawCaptureResult()1387 int width = pixelArraySize.getWidth(); in verifyRawCaptureResult()1390 pixelArraySize, p.x >= 0 && p.x < width && p.y >= 0 && p.y < height); in verifyRawCaptureResult()
992 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getPreCorrectedActiveArraySizeChecked() local995 activeArray.width() <= pixelArraySize.getWidth() && in getPreCorrectedActiveArraySizeChecked()996 activeArray.height() <= pixelArraySize.getHeight()); in getPreCorrectedActiveArraySizeChecked()1028 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getActiveArraySizeChecked() local1031 activeArray.width() <= pixelArraySize.getWidth() && in getActiveArraySizeChecked()1032 activeArray.height() <= pixelArraySize.getHeight()); in getActiveArraySizeChecked()1056 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getRawDimensChecked() local1059 Assert.assertTrue("Missing pixel array size", pixelArraySize.getWidth() > 0 && in getRawDimensChecked()1060 pixelArraySize.getHeight() > 0); in getRawDimensChecked()1062 pixelArraySize }; in getRawDimensChecked()