Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp50 bool isDistortionCorrectionSupported = false; in isDistortionSupported() local
56 isDistortionCorrectionSupported = true; in isDistortionSupported()
60 return isDistortionCorrectionSupported; in isDistortionSupported()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h184 bool isDistortionCorrectionSupported; member
DParameters.cpp1010 isDistortionCorrectionSupported = false; in initialize()
1016 isDistortionCorrectionSupported = true; in initialize()
2177 if (isDistortionCorrectionSupported) { in updateRequest()