Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h46 mCorrectedGrid(other.mCorrectedGrid), mDistortedGrid(other.mDistortedGrid) {} in DistortionMapper()
194 std::vector<GridQuad> mCorrectedGrid; variable
DDistortionMapper.cpp392 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()
393 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()
406 mCorrectedGrid[index].src = nullptr; in buildGrids()
407 mCorrectedGrid[index].coords = { in buildGrids()
413 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()
414 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()