Home
last modified time | relevance | path

Searched refs:substituteY8 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DConcurrentCameraTest.java75 public boolean substituteY8; field in ConcurrentCameraTest.TestSample
84 this.substituteY8 = subY8; in TestSample()
93 public boolean substituteY8; field in ConcurrentCameraTest.GeneratedEntry
97 GeneratedEntry(String cameraId, boolean substituteY8, in GeneratedEntry() argument
100 this.substituteY8 = substituteY8; in GeneratedEntry()
124 boolean substituteY8 = deviceSample.getValue().substituteY8; in testMandatoryConcurrentStreamCombination()
126 chosenCombination, substituteY8); in testMandatoryConcurrentStreamCombination()
214 boolean substituteY8 = false; in getGeneratedEntriesFor()
219 substituteY8 = true; in getGeneratedEntriesFor()
225 if (substituteY8) { in getGeneratedEntriesFor()
[all …]
DRobustnessTest.java506 boolean substituteY8 = false; in testMandatoryStreamCombination()
511 substituteY8 = true; in testMandatoryStreamCombination()
539 if (substituteY8) { in testMandatoryStreamCombination()
555 boolean substituteY8, boolean substituteHeic, boolean ultraHighResolution) in testMandatoryStreamCombination() argument
572 substituteY8, substituteHeic, physicalCameraId, /*multiResStreamConfig*/null, in testMandatoryStreamCombination() local
910 boolean substituteY8 = false; in testMandatoryReprocessableStreamCombination()
913 substituteY8 = true; in testMandatoryReprocessableStreamCombination()
916 if (substituteY8) { in testMandatoryReprocessableStreamCombination()
938 MandatoryStreamCombination combination, boolean substituteY8, in testMandatoryReprocessableStreamCombination() argument
965 if (substituteY8 && (inputFormat == ImageFormat.YUV_420_888)) { 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
447 if (substituteY8 && (format == ImageFormat.YUV_420_888)) { in setupConfigurationTargets()