Home
last modified time | relevance | path

Searched refs:isCapabilitySupported (Results 1 – 16 of 16) sorted by relevance

/cts/tests/camera/api25test/src/android/camera/cts/api25test/
DEnableZslTest.java149 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera()
153 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera()
155 !staticInfo.isCapabilitySupported(CameraCharacteristics. in testEnableZslValueByCamera()
/cts/tests/tests/graphics/jni/
DCameraTestHelpers.cpp76 if (!isCapabilitySupported( in initCamera()
127 bool CameraHelper::isCapabilitySupported( in isCapabilitySupported() function in CameraHelper
DCameraTestHelpers.h40 bool isCapabilitySupported(
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java540 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()
DStillCaptureTest.java175 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()
DDngCreatorTest.java145 if (!mStaticInfo.isCapabilitySupported( in testSingleImageBasic()
222 if (!mStaticInfo.isCapabilitySupported( in testSingleImageThumbnail()
514 if (!mStaticInfo.isCapabilitySupported( in captureRawJpegImagePair()
DBurstCaptureTest.java110 final boolean checkSensorSettings = mStaticInfo.isCapabilitySupported( in yuvBurstTestByCamera()
DImageReaderTest.java228 if (!mStaticInfo.isCapabilitySupported( in testLongProcessingRepeatingRaw()
246 if (!mStaticInfo.isCapabilitySupported( in testLongProcessingRepeatingFlexibleYuv()
963 if (mStaticInfo.isCapabilitySupported( in validateCaptureResult()
DCaptureRequestTest.java236 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(
DAllocationTest.java552 if (!staticInfo.isCapabilitySupported( in testBlackWhite()
630 if (!staticInfo.isCapabilitySupported( in testParamSensitivity()
DRobustnessTest.java297 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()
DCameraDeviceTest.java994 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/
DAImageReaderCts.cpp117 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/
DCamera2SurfaceViewTestCase.java783 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/
DStaticMetadata.java427 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/
Dnative-camera-jni.cpp538 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()