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

/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.cpp62 bool isDistortionCorrectionSupported = false; local
68 isDistortionCorrectionSupported = true;
72 return isDistortionCorrectionSupported;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h181 bool isDistortionCorrectionSupported; member in struct:android::camera2::Parameters
H A DParameters.cpp964 isDistortionCorrectionSupported = false;
970 isDistortionCorrectionSupported = true;
2123 if (isDistortionCorrectionSupported) {

Completed in 801 milliseconds