Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java279 protected void createSession(List<Surface> outputSurfaces) throws Exception { in createSession()
292 List<Surface> outputSurfaces) throws Exception { in createReprocessableSession()
515 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureRequest() local
DCamera2SurfaceViewTestCase.java215 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/1); in configurePreviewOutput() local
604 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareStillCaptureAndStartPreview() local
786 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureAndStartPreview() local
DCamera2AndroidTestRule.java378 public void createSession(List<Surface> outputSurfaces) throws Exception { in createSession()
579 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureRequest() local
DCamera2MultiViewTestCase.java252 String cameraId, List<Surface> outputSurfaces, CaptureCallback listener) in startPreview()
490 public void startPreview(List<Surface> outputSurfaces, CaptureCallback listener) in startPreview()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java113 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in testCameraCaptureResultAllKeys() local
176 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in testPartialResult() local
304 List<Surface> outputSurfaces = new ArrayList<>(Arrays.asList( in testResultTimestamps() local
DMultiResolutionImageReaderTest.java288 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMultiResolutionMandatoryStreamCombination() local
292 targets, outputConfigs, outputSurfaces, MIN_RESULT_COUNT, in testMultiResolutionMandatoryStreamCombination() local
DSurfaceViewPreviewTest.java236 List<Surface> outputSurfaces = new ArrayList<Surface>(); in preparePerformanceTestByCamera() local
356 List<Surface> outputSurfaces = new ArrayList<Surface>(); in surfaceEqualityTestByCamera() local
470 List<OutputConfiguration> outputSurfaces = new ArrayList<>(); in testDeferredSurfacesByCamera() local
DRecordingTest.java543 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testBasic10BitRecording() local
723 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in testAbandonedHighSpeedRequest() local
1362 List<Surface> outputSurfaces = new ArrayList<Surface>(1); in startConstrainedPreview() local
1388 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startSlowMotionRecording() local
2271 List<Surface> outputSurfaces = new ArrayList<Surface>(2); in startRecording() local
DConcurrentCameraTest.java77 public List<Surface> outputSurfaces = new ArrayList<Surface>(); field in ConcurrentCameraTest.TestSample
DPerformanceTest.java1699 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareStillCaptureAndStartPreview() local
1822 List<Surface> outputSurfaces = new ArrayList<Surface>(); in prepareCaptureAndStartPreview() local
1931 List<Surface> outputSurfaces = new ArrayList<>(); in configureReaderAndPreviewOutputs() local
1975 List<Surface> outputSurfaces = new ArrayList<>(); in configurePreviewOutputs() local
DRobustnessTest.java410 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryOutputCombinationWithPresetKeys() local
415 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryOutputCombinationWithPresetKeys() local
565 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatoryStreamCombination() local
570 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatoryStreamCombination() local
734 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMandatory10BitStreamCombination() local
739 targets, outputConfigs, outputSurfaces, uhOutputSurfaces, MIN_RESULT_COUNT, in testMandatory10BitStreamCombination() local
DImageReaderTest.java1086 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testAllOutputYUVResolutions() local
1528 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatWithYuvTestByCamera() local
1814 List<Surface> outputSurfaces = new ArrayList<Surface>(); in bufferFormatLongProcessingTimeTestByCamera() local
DCameraDeviceTest.java1371 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>( in prepareTestByCamera() local
1449 List<Surface> outputSurfaces = new ArrayList<>( in prepareTestForSharedSurfacesByCamera() local
1881 List<Surface> outputSurfaces = new ArrayList<>(Arrays.asList(mReaderSurface)); in prepareCapture() local
DDngCreatorTest.java997 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>(); in captureReprocessedRawShot() local
1142 final List<Surface> outputSurfaces = new ArrayList<Surface>(); in captureRawShots() local
DImageWriterTest.java473 List<Surface> outputSurfaces = new ArrayList<Surface>(); in readerWriterFormatTestByCamera() local
DOfflineSessionTest.java587 ArrayList<Surface> outputSurfaces = new ArrayList<Surface>(); in camera2OfflineSessionTest() local
DAllocationTest.java354 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/1); in configureAndCreateRequestForSurface() local
DMultiResolutionReprocessCaptureTest.java329 List<Surface> outputSurfaces = new ArrayList<Surface>(); in testMultiResolutionMandatoryStreamCombination() local
DReprocessCaptureTest.java1385 Surface[] outputSurfaces = new Surface[isReprocessCaptures.length]; in doMixedReprocessBurstCapture() local
DStillCaptureTest.java1222 List<Surface> outputSurfaces = new ArrayList<Surface>(); in fullRawCaptureTestByCamera() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java302 List<OutputConfiguration> outputConfigs, List<Surface> outputSurfaces, in configureTarget()
391 List<Surface> outputSurfaces, int numBuffers, in setupConfigurationTargets()
403 List<Surface> outputSurfaces, List<Surface> uhSurfaces, int numBuffers, in setupConfigurationTargets()
414 List<Surface> outputSurfaces, List<Surface> uhSurfaces, int numBuffers, in setupConfigurationTargets()
1440 List<Surface> outputSurfaces, boolean isHighSpeed, in configureCameraSession()
1472 List<Surface> outputSurfaces, CameraCaptureSession.StateCallback listener, in buildConstrainedCameraSession()
1585 List<Surface> outputSurfaces, BlockingSessionCallback listener, in configureCameraSessionWithParameters()
1615 List<Surface> outputSurfaces, in configureCameraSession()
1624 InputConfiguration inputConfiguration, List<Surface> outputSurfaces, in configureReprocessableCameraSession()
3849 List<Surface> outputSurfaces, in isStreamConfigurationSupported()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DCameraMuteToggleActivity.java377 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/3); in startPreview() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java903 List<Surface> outputSurfaces = new ArrayList<Surface>(/*capacity*/3); in startPreview() local