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.h51 static bool isDistortionSupported(const CameraMetadata &deviceInfo);
DDistortionMapper.cpp34 bool DistortionMapper::isDistortionSupported(const CameraMetadata &deviceInfo) { in isDistortionSupported() function in android::camera3::DistortionMapper
DCamera3Device.cpp153 DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId]); in initialize()
343 bool usePrecorrectArray = DistortionMapper::isDistortionSupported(mDeviceInfo); in initializeCommonLocked()