Searched refs:totalCaptureResult (Results 1 – 1 of 1) sorted by relevance
1036 private void validatePhysicalCamerasFov(TotalCaptureResult totalCaptureResult, in validatePhysicalCamerasFov() argument1038 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() local1194 logicalTimestamps[i] = totalCaptureResult.get(CaptureResult.SENSOR_TIMESTAMP); in testBasicPhysicalStreamingForCamera()1256 TotalCaptureResult totalCaptureResult = in testBasicPhysicalStreamingForCamera() local1259 validatePhysicalCamerasFov(totalCaptureResult, physicalCameraIds); in testBasicPhysicalStreamingForCamera()