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.java518 boolean substituteHeic = false; in testMandatoryStreamCombination()
523 substituteHeic = true; in testMandatoryStreamCombination()
545 if (substituteHeic) { in testMandatoryStreamCombination()
555 boolean substituteY8, boolean substituteHeic, boolean ultraHighResolution) in testMandatoryStreamCombination() argument
572 substituteY8, substituteHeic, physicalCameraId, /*multiResStreamConfig*/null, in testMandatoryStreamCombination() local
924 boolean substituteHeic = false; in testMandatoryReprocessableStreamCombination()
927 substituteHeic = true; in testMandatoryReprocessableStreamCombination()
930 if (substituteHeic) { in testMandatoryReprocessableStreamCombination()
939 boolean substituteHeic, boolean maxResolution) throws Exception { in testMandatoryReprocessableStreamCombination() argument
971 ", substituteHeic = " + substituteHeic); in testMandatoryReprocessableStreamCombination()
[all …]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java399 boolean substituteY8, boolean substituteHeic, String overridenPhysicalCameraId, in setupConfigurationTargets() argument
403 numBuffers, substituteY8, substituteHeic, overridenPhysicalCameraId, in setupConfigurationTargets()
411 boolean substituteY8, boolean substituteHeic, String overridePhysicalCameraId, in setupConfigurationTargets() argument
414 numBuffers, substituteY8, substituteHeic, overridePhysicalCameraId, in setupConfigurationTargets()
422 boolean substituteY8, boolean substituteHeic, String overridePhysicalCameraId, in setupConfigurationTargets() argument
449 } else if (substituteHeic && (format == ImageFormat.JPEG)) { in setupConfigurationTargets()