Home
last modified time | relevance | path

Searched defs:cameraId (Results 1 – 25 of 58) sorted by relevance

123

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2ConcurrentAndroidTestCase.java68 public CameraTestInfo(String cameraId, StaticMetadata staticInfo, in CameraTestInfo()
185 protected void startCapture(String cameraId, CaptureRequest request, boolean repeating, in startCapture()
203 protected void stopCapture(String cameraId, boolean fast) throws Exception { in stopCapture()
229 protected void openDevice(String cameraId) throws Exception { in openDevice()
241 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice()
259 protected void createSessionByConfigs(String cameraId, in createSessionByConfigs()
279 protected void closeDevice(String cameraId) { in closeDevice()
296 protected void closeDevice(String cameraId, BlockingStateCallback listener) { in closeDevice()
DCamera2MultiViewTestCase.java233 protected void openCamera(String cameraId) throws Exception { in openCamera()
240 protected void closeCamera(String cameraId) throws Exception { in closeCamera()
245 protected void createSessionWithConfigs(String cameraId, List<OutputConfiguration> configs) in createSessionWithConfigs()
252 String cameraId, List<Surface> outputSurfaces, CaptureCallback listener) in startPreview()
259 protected int startPreviewWithConfigs(String cameraId, in startPreviewWithConfigs()
268 protected void stopPreview(String cameraId) throws Exception { in stopPreview()
274 protected void stopRepeating(String cameraId) throws Exception { in stopRepeating()
280 protected void finalizeOutputConfigs(String cameraId, List<OutputConfiguration> configs, in finalizeOutputConfigs()
287 protected int updateRepeatingRequest(String cameraId, List<OutputConfiguration> configs, in updateRepeatingRequest()
294 protected void updateOutputConfiguration(String cameraId, OutputConfiguration config) in updateOutputConfiguration()
[all …]
DCamera2AndroidTestCase.java223 protected void openDevice(String cameraId) throws Exception { in openDevice()
233 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice()
297 protected void closeDevice(String cameraId) { in closeDevice()
312 protected void closeDevice(String cameraId, BlockingStateCallback listener) { in closeDevice()
DCamera2AndroidTestRule.java345 public void openDevice(String cameraId) throws Exception { in openDevice()
355 public void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice()
406 public void closeDevice(String cameraId) { in closeDevice()
421 public void closeDevice(String cameraId, BlockingStateCallback listener) { in closeDevice()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java385 private boolean hasFlash(String cameraId) { in hasFlash()
390 private void resetTorchModeStatus(String cameraId) throws Exception { in resetTorchModeStatus()
473 public TorchCallbackListener(String cameraId) { in TorchCallbackListener()
490 public void onTorchModeUnavailable(String cameraId) { in onTorchModeUnavailable()
502 public void onTorchStrengthLevelChanged(String cameraId, int newStrengthLevel) { in onTorchStrengthLevelChanged()
513 public void onTorchModeChanged(String cameraId, boolean enabled) { in onTorchModeChanged()
DConcurrentCameraTest.java71 public String cameraId; field in ConcurrentCameraTest.TestSample
79 public TestSample(String cameraId, StaticMetadata staticInfo, in TestSample()
92 public String cameraId; field in ConcurrentCameraTest.GeneratedEntry
97 GeneratedEntry(String cameraId, boolean substituteY8, in GeneratedEntry()
150 String cameraId = cameraIds.toArray(new String[1])[0]; in generateStreamSelectionsInternal() local
204 List<GeneratedEntry> getGeneratedEntriesFor(String cameraId) { in getGeneratedEntriesFor()
DIdleUidTest.java99 private void testCameraAccessForIdleUidByCamera(String cameraId, Handler handler) in testCameraAccessForIdleUidByCamera()
119 String cameraId, boolean hasAccess, Handler handler) { in assertCameraAccess()
156 private void testCameraAccessBecomingInactiveUidByCamera(String cameraId, Handler handler) in testCameraAccessBecomingInactiveUidByCamera()
DCameraExtensionCharacteristicsTest.java65 private void openDevice(String cameraId) throws Exception { in openDevice()
67 mTestRule.getCameraManager(), cameraId, in openDevice() local
75 private <T> void verifySupportedExtension(CameraExtensionCharacteristics chars, String cameraId, in verifySupportedExtension()
83 private <T> void verifySupportedSizes(CameraExtensionCharacteristics chars, String cameraId, in verifySupportedSizes()
102 private void verifySupportedSizes(CameraExtensionCharacteristics chars, String cameraId, in verifySupportedSizes()
DMultiViewTest.java303 private void testSharedSurfaceBasicByCamera(String cameraId) throws Exception { in testSharedSurfaceBasicByCamera()
445 private void testSharedSurfaceImageReaderSwitch(String cameraId, int switchCount) in testSharedSurfaceImageReaderSwitch()
557 private void testSharedSurfaceYUVImageReaderSwitch(String cameraId, int switchCount, int format, in testSharedSurfaceYUVImageReaderSwitch()
666 private void testSharedSurfaceLimitByCamera(String cameraId, int surfaceLimit) in testSharedSurfaceLimitByCamera()
783 private void testSharedSurfaceSwitchByCamera(String cameraId, int switchCount) in testSharedSurfaceSwitchByCamera()
1167 private float[] textureViewPreviewWithMirroring(String cameraId, in textureViewPreviewWithMirroring()
1205 String cameraId, List<TextureView> views, ImageReader imageReader) in startTextureViewPreview()
1247 String cameraId, List<TextureView> views, ImageReader testImagerReader) in textureViewPreview()
1260 private void testSharedSurfacesConfigByCamera(String cameraId) throws Exception { in testSharedSurfacesConfigByCamera()
1336 private void testSharedSurfacesCaptureSessionByCamera(String cameraId) throws Exception { in testSharedSurfacesCaptureSessionByCamera()
[all …]
DReprocessCaptureTest.java581 private void testBasicReprocessing(String cameraId, int inputFormat, in testBasicReprocessing()
597 private void testReprocessingMaxSizes(String cameraId, int inputFormat, in testReprocessingMaxSizes()
632 private void testReprocessingAllCombinations(String cameraId, Size previewSize, in testReprocessingAllCombinations()
701 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst()
773 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst()
832 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess()
896 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort()
994 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps()
1068 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif()
1135 private void testReprocessRequestKeys(String cameraId, Size inputSize, int inputFormat, in testReprocessRequestKeys()
[all …]
DCamera2OfflineTestActivity.java79 String cameraId = bundledExtras.getString(OFFLINE_CAMERA_ID); in onResume() local
DCameraManagerTest.java415 String cameraId = ids[i]; in testCameraManagerOpenAllCameras() local
539 private static CameraDevice verifyCameraStateOpened(String cameraId, in verifyCameraStateOpened()
626 public void onCameraAvailable(String cameraId) { in onCameraAvailable()
631 public void onCameraUnavailable(String cameraId) { in onCameraUnavailable()
1096 private void checkAutomotiveLensPoseCharacteristics(String cameraId, in checkAutomotiveLensPoseCharacteristics()
DStaticMetadataTest.java583 private float getFpsForMaxSize(String cameraId) throws Exception { in getFpsForMaxSize()
603 private void initStaticMetadata(String cameraId) throws Exception { in initStaticMetadata()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCamera2Activity.java128 public void onCameraAvailable(String cameraId) { in onCameraAvailable()
136 public void onCameraUnavailable(String cameraId) { in onCameraUnavailable()
144 public void onPhysicalCameraAvailable(String cameraId, String physicalCameraId) { in onPhysicalCameraAvailable()
152 public void onPhysicalCameraUnavailable(String cameraId, String physicalCameraId) { in onPhysicalCameraUnavailable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DSelectableResolution.java23 public final int cameraId; field in SelectableResolution
30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
DPhotoCaptureActivity.java392 final int cameraId = mPreviewSizeCamerasToProcess.remove(0); in showNextDialogToChoosePreviewSize() local
610 int cameraId, android.hardware.Camera camera) { in calculateOrientations()
625 private boolean isExternalCamera(int cameraId) { in isExternalCamera()
644 private float getCameraFov(int cameraId) { in getCameraFov()
/cts/tests/tests/permission/src/android/permission/cts/
DCamera2PermissionTest.java163 public void onCameraAvailable(String cameraId) { in onCameraAvailable()
167 public void onCameraUnavailable(String cameraId) { in onCameraUnavailable()
171 private void openCamera(String cameraId) throws Exception { in openCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java498 public void openCameraDevice(String cameraId) throws ItsException { in openCameraDevice()
827 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
860 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
865 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
868 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
871 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
874 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
877 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
886 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
892 String cameraId = cmdObj.getString("cameraId"); in processSocketCommand() local
[all …]
DPreviewRecorder.java153 PreviewRecorder(int cameraId, Size previewSize, int sensorOrientation, String outputFile, in PreviewRecorder()
192 private void initPreviewRecorder(int cameraId, String outputFile, in initPreviewRecorder()
229 private void setupMediaRecorder(int cameraId, String outputFile, Context context) in setupMediaRecorder()
415 private int calculateBitrate(int cameraId) throws ItsException { in calculateBitrate()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DCamcorderProfileTest.java108 private CamcorderProfile getWithOptionalId(int quality, int cameraId) { in getWithOptionalId()
364 int cameraId, in checkSpecificProfiles()
414 private void checkGet(int cameraId) { in checkGet()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java159 private void initializeMessageLooper(final int cameraId) throws IOException { in initializeMessageLooper()
177 private void initializeMessageLooper(final int cameraId, final ErrorCallback errorCallback, in initializeMessageLooper()
510 private void testPreviewCallbackByCamera(int cameraId) throws Exception { in testPreviewCallbackByCamera()
557 private void testStabilizationOneShotPreviewCallbackByCamera(int cameraId) throws Exception { in testStabilizationOneShotPreviewCallbackByCamera()
582 private void testSetOneShotPreviewCallbackByCamera(int cameraId) throws Exception { in testSetOneShotPreviewCallbackByCamera()
605 private void testSetPreviewDisplayByCamera(int cameraId) throws Exception { in testSetPreviewDisplayByCamera()
648 private void testDisplayOrientationByCamera(int cameraId) throws Exception { in testDisplayOrientationByCamera()
686 private void testParametersByCamera(int cameraId) throws Exception { in testParametersByCamera()
1274 private void testLockUnlockByCamera(int cameraId) throws Exception { in testLockUnlockByCamera()
1460 private void testPreviewCallbackWithBufferByCamera(int cameraId) throws Exception { in testPreviewCallbackWithBufferByCamera()
[all …]
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCameraPolicyTest.java179 String cameraId = cameraIdList[0]; in assertCanOpenCamera() local
198 String cameraId = cameraIdList[0]; in assertCanNotOpenCamera() local
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DCameraUtils.java43 String cameraId = cameraIdList[0]; in blockUntilOpenCamera() local
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java60 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL()
170 public static boolean isExternal(Context context, int cameraId) throws Exception { in isExternal()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockVideoProvider.java59 public void onSetCamera(String cameraId) { in onSetCamera()
132 private void handleCameraChange(String cameraId) { in handleCameraChange()

123