Home
last modified time | relevance | path

Searched defs:cameraIdsUnderTest (Results 1 – 18 of 18) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DOfflineSessionTest.java107 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testInvalidOutput() local
194 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testOfflineCallbacks() local
228 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testOfflineDepthJpeg() local
271 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testOfflineHEIC() local
317 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testDeviceCloseAndOpen() local
365 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testOfflineSessionClose() local
399 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testOfflineSessionWithRegularSession() local
433 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testRepeatingSequenceAbort() local
469 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testUnsupportedOfflineSessionOutputs() local
DCameraDeviceTest.java173 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDevicePreviewTemplate() local
201 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceStillTemplate() local
223 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceRecordingTemplate() local
241 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceVideoSnapShotTemplate() local
258 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceZSLTemplate() local
283 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceManualTemplate() local
291 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceCreateCaptureBuilder() local
355 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraDeviceSetErrorListener() local
439 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testInvalidCapture() local
610 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testChainedOperation() local
[all …]
DSurfaceViewPreviewTest.java91 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCameraPreview() local
117 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBasicTestPatternPreview() local
191 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testPreparePerformance() local
325 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSurfaceEquality() local
417 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testDeferredSurfaces() local
DStillCaptureTest.java99 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testJpegExif() local
123 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testHeicExif() local
162 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testDynamicDepthCapture() local
196 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testJpegRCapture() local
345 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBasicRawCapture() local
371 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBasicRawZslCapture() local
405 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testFullRawCapture() local
435 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testFullRawZSLCapture() local
DFlashlightTest.java368 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testTorchModeExceptions() local
430 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in generateNonexistingCameraId() local
DCaptureRequestTest.java164 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSettingsBinderParcel() local
264 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBlackLevelLock() local
347 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testLensShadingMap() local
426 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testAntiBandingModes() local
463 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testAeModeAndLock() local
497 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testFlashControl() local
542 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testFlashTurnOff() local
589 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testFaceDetection() local
DFastBasicsTest.java70 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testCamera2() local
DRecordingTest.java171 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in doBasicRecording() local
316 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSupportedVideoSizes() local
493 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBasic10BitRecording() local
838 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testRecordingFramerateLowToHigh() local
894 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testVideoPreviewSurfaceSharing() local
952 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in doRecordingWithDifferentPreviewSizes() local
DBurstCaptureTest.java87 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testBurst() local
DDngCreatorTest.java153 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSingleImageBasic() local
229 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSingleImageBasicMaximumResolution() local
323 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSingleImageThumbnail() local
DCameraDeviceSetupTest.java203 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSessionCharacteristics() local
DMultiViewTest.java243 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testDualCameraPreview() local
DRobustnessTest.java225 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testMandatoryOutputCombinations() local
DExtendedCameraCharacteristicsTest.java498 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in testSPerfClassJpegSizes() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2ConcurrentAndroidTestCase.java119 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in setUp() local
DCamera2AndroidTestCase.java145 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in setUp() local
DCamera2SurfaceViewTestCase.java144 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in setUp() local
DCamera2MultiViewTestCase.java116 String[] cameraIdsUnderTest = getCameraIdsUnderTest(); in setUp() local