Home
last modified time | relevance | path

Searched refs:isDistortionCorrectionSupported (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp35 bool isDistortionCorrectionSupported = false; in isDistortionSupported() local
41 isDistortionCorrectionSupported = true; in isDistortionSupported()
45 return isDistortionCorrectionSupported; in isDistortionSupported()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h184 bool isDistortionCorrectionSupported; member
DParameters.cpp974 isDistortionCorrectionSupported = false; in initialize()
980 isDistortionCorrectionSupported = true; in initialize()
2118 if (isDistortionCorrectionSupported) { in updateRequest()