Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java334 testSingleCaptureForFormat(JPEG_FORMAT, "jpeg", /*addPreviewDelay*/ true); in testSingleCapture()
337 testSingleCaptureForFormat(JPEG_R_FORMAT, "jpeg_r", /*addPreviewDelay*/ true, in testSingleCapture()
340 testSingleCaptureForFormat(YUV_FORMAT, null, /*addPreviewDelay*/ true); in testSingleCapture()
342 testSingleCaptureForFormat(PRIVATE_FORMAT, "private", /*addPreviewDelay*/ true); in testSingleCapture()
344 testSingleCaptureForFormat(RAW_FORMAT, "raw", /*addPreviewDelay*/ true); in testSingleCapture()
346 testSingleCaptureForFormat(RAW_JPEG_FORMATS, "raw_jpeg", /*addPreviewDelay*/ true); in testSingleCapture()
363 private void testSingleCaptureForFormat(int[] formats, String formatDescription, in testSingleCaptureForFormat() method in PerformanceTest
365 testSingleCaptureForFormat(formats, formatDescription, addPreviewDelay, in testSingleCaptureForFormat()
369 private void testSingleCaptureForFormat(int[] formats, String formatDescription, in testSingleCaptureForFormat() method in PerformanceTest