Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp420 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()
421 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()
434 mCorrectedGrid[index].src = nullptr; in buildGrids()
435 mCorrectedGrid[index].coords = { in buildGrids()
441 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()
442 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()
DDistortionMapper.h198 std::vector<GridQuad> mCorrectedGrid; variable