Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DOfflineSessionTest.java118 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testInvalidOutput()
205 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineCallbacks()
239 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineDepthJpeg()
282 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineHEIC()
328 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testDeviceCloseAndOpen()
376 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineSessionClose()
410 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineSessionWithRegularSession()
444 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testRepeatingSequenceAbort()
480 if (!mAllStaticInfo.get(cameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testUnsupportedOfflineSessionOutputs()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2735 public boolean isOfflineProcessingSupported() { in isOfflineProcessingSupported() method in StaticMetadata