/cts/tests/camera/api25test/src/android/camera/cts/api25test/ |
D | EnableZslTest.java | 149 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera() 153 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera() 155 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera()
|
/cts/tests/tests/graphics/jni/ |
D | CameraTestHelpers.cpp | 76 if (!isCapabilitySupported( in initCamera() 127 bool CameraHelper::isCapabilitySupported( in isCapabilitySupported() function in CameraHelper
|
D | CameraTestHelpers.h | 40 bool isCapabilitySupported(
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureResultTest.java | 540 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 548 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 575 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 600 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 675 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 677 !staticInfo.isCapabilitySupported( in getWaiverKeysForCamera() 685 if (!staticInfo.isCapabilitySupported( in getWaiverKeysForCamera()
|
D | StillCaptureTest.java | 175 if (!mStaticInfo.isCapabilitySupported( in testBasicRawCapture() 199 if (!mStaticInfo.isCapabilitySupported( in testBasicRawZslCapture() 230 if (!mStaticInfo.isCapabilitySupported( in testFullRawCapture() 258 if (!mStaticInfo.isCapabilitySupported( in testFullRawZSLCapture() 1215 boolean canReadSensorSettings = mStaticInfo.isCapabilitySupported( in aeCompensationTestByCamera()
|
D | DngCreatorTest.java | 145 if (!mStaticInfo.isCapabilitySupported( in testSingleImageBasic() 222 if (!mStaticInfo.isCapabilitySupported( in testSingleImageThumbnail() 514 if (!mStaticInfo.isCapabilitySupported( in captureRawJpegImagePair()
|
D | BurstCaptureTest.java | 110 final boolean checkSensorSettings = mStaticInfo.isCapabilitySupported( in yuvBurstTestByCamera()
|
D | ImageReaderTest.java | 228 if (!mStaticInfo.isCapabilitySupported( in testLongProcessingRepeatingRaw() 246 if (!mStaticInfo.isCapabilitySupported( in testLongProcessingRepeatingFlexibleYuv() 963 if (mStaticInfo.isCapabilitySupported( in validateCaptureResult()
|
D | CaptureRequestTest.java | 236 if (!mStaticInfo.isCapabilitySupported( in testBlackLevelLock() 395 if (!mStaticInfo.isCapabilitySupported( in testAntiBandingModes() 608 if (!mStaticInfo.isCapabilitySupported( in testFocusDistanceControl() 817 mStaticInfo.isCapabilitySupported( in dynamicBlackWhiteLevelTestByCamera() 1584 if (mStaticInfo.isCapabilitySupported( in aeModeAndLockTestByMode() 1691 if (mStaticInfo.isCapabilitySupported( in autoAeMultipleCapturesThenTestLock() 2737 if (mStaticInfo.isCapabilitySupported(
|
D | AllocationTest.java | 552 if (!staticInfo.isCapabilitySupported( in testBlackWhite() 630 if (!staticInfo.isCapabilitySupported( in testParamSensitivity()
|
D | RobustnessTest.java | 297 if (mStaticInfo.isCapabilitySupported( in testMandatoryOutputCombinations() 310 if (mStaticInfo.isCapabilitySupported( in testMandatoryOutputCombinations() 422 if (staticInfo.isCapabilitySupported( in testMandatoryReprocessConfigurations() 1612 boolean supportYuvReprocess = staticInfo.isCapabilitySupported( in testReprocessStreamCombination() 1614 boolean supportOpaqueReprocess = staticInfo.isCapabilitySupported( in testReprocessStreamCombination()
|
D | CameraDeviceTest.java | 994 if (mStaticInfo.isCapabilitySupported( in testSessionParametersStateLeakByCamera() 998 if (mStaticInfo.isCapabilitySupported( in testSessionParametersStateLeakByCamera() 1000 || mStaticInfo.isCapabilitySupported( in testSessionParametersStateLeakByCamera() 2501 !mStaticInfo.isCapabilitySupported(CameraCharacteristics. in captureTemplateTestByCamera() 2505 !mStaticInfo.isCapabilitySupported(CameraCharacteristics. in captureTemplateTestByCamera()
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 117 if (!isCapabilitySupported(ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE)) { in initCamera() 165 bool isCapabilitySupported(acamera_metadata_enum_android_request_available_capabilities_t cap) { in isCapabilitySupported() function in __anond2bb31fa0111::CameraHelper
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2SurfaceViewTestCase.java | 783 if (mStaticInfo.isCapabilitySupported( in getMaxPreviewSizeForFpsRange() 800 if (mStaticInfo.isCapabilitySupported( in getMaxPreviewSizeForFpsRange() 828 return info.isCapabilitySupported(cap); in isReprocessSupported()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 427 if (isHardwareLevelAtLeastFull() || isCapabilitySupported( in getMinimumFocusDistanceChecked() 1876 if (isCapabilitySupported( in getAvailableLensShadingModesChecked() 1897 if (isCapabilitySupported( in getAvailableLensShadingMapModesChecked() 1939 public boolean isCapabilitySupported(int capability) { in isCapabilitySupported() method in StaticMetadata 2293 return isCapabilitySupported( in isDepthOutputSupported() 2302 return isCapabilitySupported( in isColorOutputSupported()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 538 return isCapabilitySupported(ACAMERA_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE); in isColorOutputSupported() 541 bool isCapabilitySupported(acamera_metadata_enum_android_request_available_capabilities_t cap) { in isCapabilitySupported() function in StaticInfo 1599 if (staticInfo.isCapabilitySupported( in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceCreateCaptureRequestNative()
|