Home
last modified time | relevance | path

Searched refs:totalCaptureResult (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java1036 private void validatePhysicalCamerasFov(TotalCaptureResult totalCaptureResult, in validatePhysicalCamerasFov() argument
1038 Rect cropRegion = totalCaptureResult.get(CaptureResult.SCALER_CROP_REGION); in validatePhysicalCamerasFov()
1039 Float focalLength = totalCaptureResult.get(CaptureResult.LENS_FOCAL_LENGTH); in validatePhysicalCamerasFov()
1040 Float zoomRatio = totalCaptureResult.get(CaptureResult.CONTROL_ZOOM_RATIO); in validatePhysicalCamerasFov()
1057 totalCaptureResult.getPhysicalCameraResults(); in validatePhysicalCamerasFov()
1191 TotalCaptureResult totalCaptureResult = in testBasicPhysicalStreamingForCamera() local
1194 logicalTimestamps[i] = totalCaptureResult.get(CaptureResult.SENSOR_TIMESTAMP); in testBasicPhysicalStreamingForCamera()
1256 TotalCaptureResult totalCaptureResult = in testBasicPhysicalStreamingForCamera() local
1259 validatePhysicalCamerasFov(totalCaptureResult, physicalCameraIds); in testBasicPhysicalStreamingForCamera()