Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java131 if (!mAllStaticInfo.get(id).isHeicSupported()) { in testBasicYuvToHeicReprocessing()
179 if (!mAllStaticInfo.get(id).isHeicSupported()) { in testBasicOpaqueToHeicReprocessing()
DRobustnessTest.java320 if (staticInfo.isHeicSupported()) { in testMandatoryStreamCombination()
556 if (mStaticInfo.isHeicSupported()) { in testMandatoryReprocessableStreamCombination()
2372 if (sm.isHeicSupported()) { in MaxStreamSizes()
DStillCaptureTest.java128 if (!mAllStaticInfo.get(mCameraIdsUnderTest[i]).isHeicSupported()) { in testHeicExif()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2612 public boolean isHeicSupported() { in isHeicSupported() method in StaticMetadata