Searched refs:formatDescription (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 350 private String appendFormatDescription(String message, String formatDescription) { in appendFormatDescription() argument 356 if (formatDescription != null) { in appendFormatDescription() 357 ret = String.format(ret + "_%s", formatDescription); in appendFormatDescription() 363 private void testSingleCaptureForFormat(int[] formats, String formatDescription, in testSingleCaptureForFormat() argument 365 testSingleCaptureForFormat(formats, formatDescription, addPreviewDelay, in testSingleCaptureForFormat() 369 private void testSingleCaptureForFormat(int[] formats, String formatDescription, in testSingleCaptureForFormat() argument 378 String streamName = appendFormatDescription("test_single_capture", formatDescription); in testSingleCaptureForFormat() 491 formatDescription); in testSingleCaptureForFormat() 496 formatDescription); in testSingleCaptureForFormat() 501 formatDescription); in testSingleCaptureForFormat() [all …]
|