Searched refs:isDistortionSupported (Results 1 – 4 of 4) sorted by relevance
72 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()82 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()87 ASSERT_TRUE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()
51 static bool isDistortionSupported(const CameraMetadata &deviceInfo);
34 bool DistortionMapper::isDistortionSupported(const CameraMetadata &deviceInfo) { in isDistortionSupported() function in android::camera3::DistortionMapper
153 DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId]); in initialize()343 bool usePrecorrectArray = DistortionMapper::isDistortionSupported(mDeviceInfo); in initializeCommonLocked()