Searched refs:testSingleCaptureForFormat (Results  1 – 1 of 1) sorted by relevance
| /cts/tests/camera/src/android/hardware/camera2/cts/ | 
| D | PerformanceTest.java | 330         testSingleCaptureForFormat(JPEG_FORMAT, "jpeg", /*addPreviewDelay*/ true);  in testSingleCapture() 333             testSingleCaptureForFormat(JPEG_R_FORMAT, "jpeg_r", /*addPreviewDelay*/ true,  in testSingleCapture() 336             testSingleCaptureForFormat(YUV_FORMAT, null, /*addPreviewDelay*/ true);  in testSingleCapture() 338             testSingleCaptureForFormat(PRIVATE_FORMAT, "private", /*addPreviewDelay*/ true);  in testSingleCapture() 340             testSingleCaptureForFormat(RAW_FORMAT, "raw", /*addPreviewDelay*/ true);  in testSingleCapture() 342             testSingleCaptureForFormat(RAW_JPEG_FORMATS, "raw_jpeg", /*addPreviewDelay*/ true);  in testSingleCapture() 359     private void testSingleCaptureForFormat(int[] formats, String formatDescription,  in testSingleCaptureForFormat()  method in PerformanceTest 361        testSingleCaptureForFormat(formats, formatDescription, addPreviewDelay,  in testSingleCaptureForFormat() 365     private void testSingleCaptureForFormat(int[] formats, String formatDescription,  in testSingleCaptureForFormat()  method in PerformanceTest
  |