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()
532 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.java389 public void createSession(List<Surface> outputSurfaces) throws Exception { in createSession()
590 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.java291 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMultiResolutionMandatoryStreamCombination() local
295 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.java411 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryOutputCombinationWithPresetKeys() local
416 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryOutputCombinationWithPresetKeys() local
566 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryStreamCombination() local
571 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryStreamCombination() local
736 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatory10BitStreamCombination() local
741 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatory10BitStreamCombination() local
DConcurrentCameraTest.java77 public List<Surface> outputSurfaces = new ArrayList<Surface>(); field in ConcurrentCameraTest.TestSample
DRecordingTest.java580 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testBasic10BitRecording() local
760 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testAbandonedHighSpeedRequest() local
1402 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in startConstrainedPreview() local
1429 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startSlowMotionRecording() local
2312 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startRecording() local
DImageReaderTest.java1118 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testAllOutputYUVResolutions() local
1581 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatWithYuvTestByCamera() local
1869 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatLongProcessingTimeTestByCamera() local
DCameraDeviceTest.java1379 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>( in prepareTestByCamera() local
1457 List<Surface> outputSurfaces = new ArrayList<>( in prepareTestForSharedSurfacesByCamera() local
1890 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.java1230 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()
1484 List<Surface> outputSurfaces, boolean isHighSpeed, in configureCameraSession()
1516 List<Surface> outputSurfaces, CameraCaptureSession.StateCallback listener, in buildConstrainedCameraSession()
1629 List<Surface> outputSurfaces, BlockingSessionCallback listener, in configureCameraSessionWithParameters()
1659 List<Surface> outputSurfaces, in configureCameraSession()
1668 InputConfiguration inputConfiguration, List<Surface> outputSurfaces, in configureReprocessableCameraSession()
3966 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