Home
last modified time | relevance | path

Searched refs:isPerFrameControlSupported (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java552 !staticInfo.isPerFrameControlSupported()) { in testBlackWhite()
630 !staticInfo.isPerFrameControlSupported()) { in testParamSensitivity()
DStaticMetadataTest.java98 mStaticInfo.isPerFrameControlSupported()); in testHwSupportedLevel()
DCaptureRequestTest.java1485 if (mStaticInfo.isPerFrameControlSupported()) { in flashTurnOffTest()
1712 if (i == 0 && mStaticInfo.isPerFrameControlSupported()) { in flashTestByAeMode()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java300 public boolean isPerFrameControlSupported() { in isPerFrameControlSupported() method in StaticMetadata