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.java117 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testInvalidOutput()
203 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineCallbacks()
236 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineDepthJpeg()
278 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineHEIC()
323 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testDeviceCloseAndOpen()
370 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineSessionClose()
403 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testOfflineSessionWithRegularSession()
436 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testRepeatingSequenceAbort()
471 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isOfflineProcessingSupported()) { in testUnsupportedOfflineSessionOutputs()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2566 public boolean isOfflineProcessingSupported() { in isOfflineProcessingSupported() method in StaticMetadata