Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2ConcurrentAndroidTestCase.java71 public CameraCaptureSession mCameraSession; field in Camera2ConcurrentAndroidTestCase.CameraTestInfo
202 info.mCameraSession.setRepeatingRequest(request, listener, handler); in startCapture()
204 info.mCameraSession.capture(request, listener, handler); in startCapture()
224 info.mCameraSession.abortCaptures(); in stopCapture()
228 info.mCameraSession.close(); in stopCapture()
276 info.mCameraSession = CameraTestUtils.configureCameraSessionWithConfig(info.mCamera, in createSessionByConfigs()
315 info.mCameraSession = null; in closeDevice()
DCamera2AndroidTestCase.java86 protected CameraCaptureSession mCameraSession; field in Camera2AndroidTestCase
214 mCameraSession.setRepeatingRequest(request, listener, handler); in startCapture()
216 mCameraSession.capture(request, listener, handler); in startCapture()
234 mCameraSession.abortCaptures(); in stopCapture()
238 mCameraSession.close(); in stopCapture()
307 mCameraSession = CameraTestUtils.configureCameraSession(mCamera, outputSurfaces, in createSession()
320 mCameraSession = CameraTestUtils.configureReprocessableCameraSession( in createReprocessableSession()
332 mCameraSession = CameraTestUtils.configureCameraSessionWithConfig(mCamera, outputConfigs, in createSessionByConfigs()
346 mCameraSession = CameraTestUtils.configureCameraSessionWithColorSpace(mCamera, in createSessionByConfigsAndColorSpace()
383 mCameraSession = null; in closeDevice()
DCamera2AndroidTestRule.java73 private CameraCaptureSession mCameraSession; field in Camera2AndroidTestRule
137 return mCameraSession; in getCameraSession()
149 mCameraSession = session; in setCameraSession()
320 mCameraSession.setRepeatingRequest(request, listener, handler); in startCapture()
322 mCameraSession.capture(request, listener, handler); in startCapture()
340 mCameraSession.abortCaptures(); in stopCapture()
344 mCameraSession.close(); in stopCapture()
391 mCameraSession = CameraTestUtils.configureCameraSession(mCamera, outputSurfaces, in createSession()
403 mCameraSession = CameraTestUtils.configureCameraSessionWithConfig(mCamera, outputConfigs, in createSessionByConfigs()
440 mCameraSession = null; in closeDevice()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java449 mCameraSession.setRepeatingRequest(request, captureCallback, mHandler); in testMandatoryOutputCombinationWithPresetKeys()
626 mCameraSession.setRepeatingRequest(request, mockCaptureCallback, mHandler); in testMandatoryStreamCombination()
628 mCameraSession.capture(uhRequest, mockCaptureCallback, mHandler); in testMandatoryStreamCombination()
633 eq(mCameraSession), in testMandatoryStreamCombination()
640 eq(mCameraSession), in testMandatoryStreamCombination()
647 eq(mCameraSession), in testMandatoryStreamCombination()
790 mCameraSession.capture(request, mockCaptureCallback, mHandler); in testMandatory10BitStreamCombination()
794 eq(mCameraSession), in testMandatory10BitStreamCombination()
800 eq(mCameraSession), in testMandatory10BitStreamCombination()
818 mCameraSession.capture(request, mockCaptureCallback, mHandler); in testMandatory10BitStreamCombination()
[all …]
DMultiResolutionImageReaderTest.java320 mCameraSession.setRepeatingRequest(request, mockCaptureCallback, mHandler); in testMultiResolutionMandatoryStreamCombination()
325 eq(mCameraSession), in testMultiResolutionMandatoryStreamCombination()
330 eq(mCameraSession), in testMultiResolutionMandatoryStreamCombination()
454 sequenceId = mCameraSession.setRepeatingRequest(request, listener, mHandler); in multiResolutionImageReaderFormatTestByCamera()
456 mCameraSession.capture(request, listener, mHandler); in multiResolutionImageReaderFormatTestByCamera()
464 mCameraSession.stopRepeating(); in multiResolutionImageReaderFormatTestByCamera()
DMultiResolutionReprocessCaptureTest.java661 mCameraSession = configureReprocessableCameraSessionWithConfigurations( in setupReprocessableSession()
665 mInputSurface = mCameraSession.getInputSurface(); in setupReprocessableSession()
679 if (mCameraSession != null) { in closeReprossibleSession()
680 mCameraSession.close(); in closeReprossibleSession()
681 mCameraSession = null; in closeReprossibleSession()
757 mCameraSession.capture(request, captureCallback, mHandler); in submitCaptureRequest()
DConcurrentCameraTest.java291 info.mCameraSession.setRepeatingRequest(request, mockCaptureCallback, mHandler); in testMandatoryConcurrentStreamCombination()
296 eq(info.mCameraSession), in testMandatoryConcurrentStreamCombination()
301 eq(info.mCameraSession), in testMandatoryConcurrentStreamCombination()
DCameraGPURecordingTest.java148 mCameraSession.setRepeatingRequest(previewRequest.build(), in captureGpuEncoderPath()
195 mCameraSession.capture(snapshotBuilder.build(), in captureGpuEncoderPath()
204 mCameraSession.stopRepeating(); in captureGpuEncoderPath()
DZoomCaptureTest.java217 int seqId = mCameraSession.captureBurst(requests, listener, mHandler); in bufferFormatZoomTestByCamera()
DDngCreatorTest.java1049 ImageWriter.newInstance(mCameraSession.getInputSurface(), 1); in captureReprocessedRawShot()
1058 mCameraSession.capture(inputRequest, inputCaptureListener, mHandler); in captureReprocessedRawShot()
1069 mCameraSession.captureBurst(reprocessCaptureRequests, reprocessOutputCaptureListener, in captureReprocessedRawShot()
DFeatureCombinationTest.java339 mCameraSession.captureBurst(burst, captureCallback, mHandler); in verifyCombinationStreaming()
DImageReaderTest.java1686 mCameraSession.stopRepeating(); in discardFreeBuffersTestByCamera()