Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DTotalCaptureResult.java88 TotalCaptureResult physicalResult = new TotalCaptureResult( in TotalCaptureResult() local
92 physicalResult); in TotalCaptureResult() local
117 TotalCaptureResult physicalResult = new TotalCaptureResult( in TotalCaptureResult() local
122 physicalResult); in TotalCaptureResult() local
/frameworks/base/core/java/android/hardware/camera2/extension/
DParcelTotalCaptureResult.aidl33 List<PhysicalCaptureResultInfo> physicalResult;
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraAdvancedExtensionSessionImpl.java303 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()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1106 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onMessageReceived() local
1109 physicalResult->mPhysicalResultInfo; in onMessageReceived()
1119 &physicalResult->mFrameNumber, /*data_count*/1); in onMessageReceived()
1626 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onResultReceived() local
1642 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1103 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onMessageReceived() local
1106 physicalResult->mPhysicalResultInfo; in onMessageReceived()
1115 &physicalResult->mFrameNumber, /*data_count*/1); in onMessageReceived()
1637 sp<ACameraPhysicalCaptureResultInfo> physicalResult( in onResultReceived() local
1653 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
DCameraExtensionsProxyService.java864 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()