Searched refs:pixelArraySize (Results 1 – 3 of 3) sorted by relevance
219 Size pixelArraySize = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs() local224 long sensorResolution = pixelArraySize.getHeight() * pixelArraySize.getWidth() ; in testAvailableStreamConfigs()1609 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testDepthOutputCharacteristics() local1631 pixelArraySize.getWidth() + ", " + pixelArraySize.getHeight() + "]", in testDepthOutputCharacteristics()1633 precorrectionArray.left < pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1635 precorrectionArray.right <= pixelArraySize.getWidth() && in testDepthOutputCharacteristics()1637 precorrectionArray.top < pixelArraySize.getHeight() && in testDepthOutputCharacteristics()1639 precorrectionArray.bottom <= pixelArraySize.getHeight()); in testDepthOutputCharacteristics()2596 Size pixelArraySize = c.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); in testCameraOrientationAlignedWithDevice()2601 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()939 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getActiveArraySizeChecked() local942 activeArray.width() <= pixelArraySize.getWidth() && in getActiveArraySizeChecked()943 activeArray.height() <= pixelArraySize.getHeight()); in getActiveArraySizeChecked()967 Size pixelArraySize = getPixelArraySizeChecked(maxResolution); in getRawDimensChecked() local970 Assert.assertTrue("Missing pixel array size", pixelArraySize.getWidth() > 0 && in getRawDimensChecked()971 pixelArraySize.getHeight() > 0); in getRawDimensChecked()973 pixelArraySize }; in getRawDimensChecked()