Home
last modified time | relevance | path

Searched defs:outputSurfaces (Results 1 – 21 of 21) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java305 protected void createSession(List<Surface> outputSurfaces) throws Exception { in createSession()
318 List<Surface> outputSurfaces) throws Exception { in createReprocessableSession()
567 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureRequest() local
DCamera2SurfaceViewTestCase.java216 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/1); in configurePreviewOutput() local
605 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareStillCaptureAndStartPreview() local
787 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureAndStartPreview() local
DCamera2AndroidTestRule.java392 public void createSession(List<Surface> outputSurfaces) throws Exception { in createSession()
593 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureRequest() local
DCamera2MultiViewTestCase.java253 String cameraId, List<Surface> outputSurfaces, CaptureCallback listener) in startPreview()
491 public void startPreview(List<Surface> outputSurfaces, CaptureCallback listener) in startPreview()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java114 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in testCameraCaptureResultAllKeys() local
177 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in testPartialResult() local
305 List<Surface> outputSurfaces = new ArrayList<>(Arrays.asList( in testResultTimestamps() local
DMultiResolutionImageReaderTest.java320 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMultiResolutionMandatoryStreamCombination() local
324 targets, outputConfigs, outputSurfaces, MIN_RESULT_COUNT, in testMultiResolutionMandatoryStreamCombination() local
DSurfaceViewPreviewTest.java236 List<Surface> outputSurfaces = new ArrayList<Surface>(); in preparePerformanceTestByCamera() local
357 List<Surface> outputSurfaces = new ArrayList<Surface>(); in surfaceEqualityTestByCamera() local
472 List<OutputConfiguration> outputSurfaces = new ArrayList<>(); in testDeferredSurfacesByCamera() local
DRobustnessTest.java413 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryOutputCombinationWithPresetKeys() local
418 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryOutputCombinationWithPresetKeys() local
568 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryStreamCombination() local
573 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryStreamCombination() local
738 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatory10BitStreamCombination() local
743 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatory10BitStreamCombination() local
DConcurrentCameraTest.java77 public List<Surface> outputSurfaces = new ArrayList<Surface>(); field in ConcurrentCameraTest.TestSample
DRecordingTest.java584 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testBasic10BitRecording() local
778 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testAbandonedHighSpeedRequest() local
1420 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in startConstrainedPreview() local
1447 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startSlowMotionRecording() local
2330 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startRecording() local
DImageReaderTest.java1210 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testAllOutputYUVResolutions() local
1673 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatWithYuvTestByCamera() local
1967 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatLongProcessingTimeTestByCamera() local
DCameraDeviceTest.java1388 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>( in prepareTestByCamera() local
1466 List<Surface> outputSurfaces = new ArrayList<>( in prepareTestForSharedSurfacesByCamera() local
1899 List<Surface> outputSurfaces = new ArrayList<>(Arrays.asList(mReaderSurface)); in prepareCapture() local
DDngCreatorTest.java988 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>(); in captureReprocessedRawShot() local
1133 final List<Surface> outputSurfaces = new ArrayList<Surface>(); in captureRawShots() local
DImageWriterTest.java473 List<Surface> outputSurfaces = new ArrayList<Surface>(); in readerWriterFormatTestByCamera() local
DOfflineSessionTest.java596 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>(); in camera2OfflineSessionTest() local
DMultiResolutionReprocessCaptureTest.java329 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMultiResolutionMandatoryStreamCombination() local
DReprocessCaptureTest.java1385 Surface[] outputSurfaces = new Surface[isReprocessCaptures.length]; in doMixedReprocessBurstCapture() local
DStillCaptureTest.java1271 List<Surface> outputSurfaces = new ArrayList<Surface>(); in fullRawCaptureTestByCamera() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DCameraMuteToggleActivity.java377 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/3); in startPreview() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java309 List<OutputConfiguration> outputConfigs, List<Surface> outputSurfaces, in configureTarget()
398 List<Surface> outputSurfaces, int numBuffers, in setupConfigurationTargets()
410 List<Surface> outputSurfaces, List<Surface> uhSurfaces, int numBuffers, in setupConfigurationTargets()
421 List<Surface> outputSurfaces, List<Surface> uhSurfaces, int numBuffers, in setupConfigurationTargets()
1485 List<Surface> outputSurfaces, boolean isHighSpeed, in configureCameraSession()
1517 List<Surface> outputSurfaces, CameraCaptureSession.StateCallback listener, in buildConstrainedCameraSession()
1630 List<Surface> outputSurfaces, BlockingSessionCallback listener, in configureCameraSessionWithParameters()
1660 List<Surface> outputSurfaces, in configureCameraSession()
1669 InputConfiguration inputConfiguration, List<Surface> outputSurfaces, in configureReprocessableCameraSession()
4028 List<Surface> outputSurfaces, in isStreamConfigurationSupported()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java903 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/3); in startPreview() local