Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionReprocessCaptureTest.java423 Map<String, TotalCaptureResult> physicalResults = in testMultiResolutionMandatoryStreamCombination() local
425 for (Map.Entry<String, TotalCaptureResult> entry : physicalResults.entrySet()) { in testMultiResolutionMandatoryStreamCombination()
439 result = physicalResults.get(activePhysicalCameraId); in testMultiResolutionMandatoryStreamCombination()
697 Map<String, TotalCaptureResult> physicalResults = in doMultiResReprocessCapture() local
706 physicalResults.get(inputStreamInfo.getPhysicalCameraId()); in doMultiResReprocessCapture()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp372 const ACameraMetadata** physicalResults) { in onLogicalCameraCaptureCompleted() argument
411 if (physicalResults[i] == nullptr) { in onLogicalCameraCaptureCompleted()
416 auto ret = ACameraMetadata_getConstEntry(physicalResults[i], ACAMERA_SYNC_FRAME_NUMBER, in onLogicalCameraCaptureCompleted()