Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp360 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()
361 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()
374 mCorrectedGrid[index].src = nullptr; in buildGrids()
375 mCorrectedGrid[index].coords = { in buildGrids()
381 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()
382 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()
DDistortionMapper.h175 std::vector<GridQuad> mCorrectedGrid; variable