Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java319 boolean substituteHeic = false; in testMandatoryStreamCombination()
324 substituteHeic = true; in testMandatoryStreamCombination()
346 if (substituteHeic) { in testMandatoryStreamCombination()
356 boolean substituteY8, boolean substituteHeic, boolean ultraHighResolution) in testMandatoryStreamCombination() argument
374 substituteY8, substituteHeic, physicalCameraId, /*multiResStreamConfig*/null, in testMandatoryStreamCombination() local
558 boolean substituteHeic = false; in testMandatoryReprocessableStreamCombination()
561 substituteHeic = true; in testMandatoryReprocessableStreamCombination()
564 if (substituteHeic) { in testMandatoryReprocessableStreamCombination()
573 boolean substituteHeic, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination() argument
605 ", substituteHeic = " + substituteHeic); in testMandatoryReprocessableStreamCombination()
[all …]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java363 boolean substituteY8, boolean substituteHeic, String overridenPhysicalCameraId, in setupConfigurationTargets() argument
367 numBuffers, substituteY8, substituteHeic, overridenPhysicalCameraId, in setupConfigurationTargets()
375 boolean substituteY8, boolean substituteHeic, String overridePhysicalCameraId, in setupConfigurationTargets() argument
391 } else if (substituteHeic && (format == ImageFormat.JPEG)) { in setupConfigurationTargets()