Home
last modified time | relevance | path

Searched refs:isDistortionSupported (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp72 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()
82 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()
87 ASSERT_TRUE(DistortionMapper::isDistortionSupported(deviceInfo)); in TEST()
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h41 static bool isDistortionSupported(const CameraMetadata &deviceInfo);
DDistortionMapper.cpp61 bool DistortionMapper::isDistortionSupported(const CameraMetadata &result) { in isDistortionSupported() function in android::camera3::DistortionMapper
DCamera3Device.cpp149 if (DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId])) { in initialize()
326 if (DistortionMapper::isDistortionSupported(mDeviceInfo)) { in initializeCommonLocked()