Searched refs:physicalResult (Results 1 – 6 of 6) sorted by relevance
88 TotalCaptureResult physicalResult = new TotalCaptureResult( in TotalCaptureResult() local92 physicalResult); in TotalCaptureResult() local117 TotalCaptureResult physicalResult = new TotalCaptureResult( in TotalCaptureResult() local122 physicalResult); in TotalCaptureResult() local
33 List<PhysicalCaptureResultInfo> physicalResult;
303 ret.physicalResult = new ArrayList<>(physicalResults.size()); in initializeParcelable()304 for (TotalCaptureResult physicalResult : physicalResults.values()) { in initializeParcelable()305 ret.physicalResult.add(new PhysicalCaptureResultInfo(physicalResult.getCameraId(), in initializeParcelable()306 physicalResult.getNativeMetadata())); in initializeParcelable()
1106 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onMessageReceived() local1109 physicalResult->mPhysicalResultInfo; in onMessageReceived()1119 &physicalResult->mFrameNumber, /*data_count*/1); in onMessageReceived()1626 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onResultReceived() local1642 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
1103 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onMessageReceived() local1106 physicalResult->mPhysicalResultInfo; in onMessageReceived()1115 &physicalResult->mFrameNumber, /*data_count*/1); in onMessageReceived()1637 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onResultReceived() local1653 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
864 if ((totalCaptureResult.physicalResult != null) && in onCaptureCompleted()865 (!totalCaptureResult.physicalResult.isEmpty())) { in onCaptureCompleted()866 int count = totalCaptureResult.physicalResult.size(); in onCaptureCompleted()868 physicalResults = totalCaptureResult.physicalResult.toArray( in onCaptureCompleted()