Searched refs:substituteY8 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ConcurrentCameraTest.java | 75 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 …]
|
D | RobustnessTest.java | 307 boolean substituteY8 = false; in testMandatoryStreamCombination() 312 substituteY8 = true; in testMandatoryStreamCombination() 340 if (substituteY8) { in testMandatoryStreamCombination() 356 boolean substituteY8, boolean substituteHeic, boolean ultraHighResolution) in testMandatoryStreamCombination() argument 374 substituteY8, substituteHeic, physicalCameraId, /*multiResStreamConfig*/null, in testMandatoryStreamCombination() local 544 boolean substituteY8 = false; in testMandatoryReprocessableStreamCombination() 547 substituteY8 = true; in testMandatoryReprocessableStreamCombination() 550 if (substituteY8) { in testMandatoryReprocessableStreamCombination() 572 MandatoryStreamCombination combination, boolean substituteY8, in testMandatoryReprocessableStreamCombination() argument 599 if (substituteY8 && (inputFormat == ImageFormat.YUV_420_888)) { in testMandatoryReprocessableStreamCombination() [all …]
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 363 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 389 if (substituteY8 && (format == ImageFormat.YUV_420_888)) { in setupConfigurationTargets()
|