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()
41 static bool isDistortionSupported(const CameraMetadata &deviceInfo);
61 bool DistortionMapper::isDistortionSupported(const CameraMetadata &result) { in isDistortionSupported() function in android::camera3::DistortionMapper
149 if (DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId])) { in initialize()326 if (DistortionMapper::isDistortionSupported(mDeviceInfo)) { in initializeCommonLocked()