Home
last modified time | relevance | path

Searched refs:mValidGrids (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp58 DistortionMapper::DistortionMapper() : mValidMapping(false), mValidGrids(false) { in DistortionMapper()
221 mValidGrids = false; in updateCalibration()
232 if (!mValidGrids) { in mapRawToCorrected()
449 mValidGrids = true; in buildGrids()
DDistortionMapper.h182 bool mValidGrids; variable