Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp462 if (mapperInfo->mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()
463 mapperInfo->mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()
476 mapperInfo->mCorrectedGrid[index].src = nullptr; in buildGrids()
477 mapperInfo->mCorrectedGrid[index].coords = { in buildGrids()
483 mapperInfo->mDistortedGrid[index].src = &(mapperInfo->mCorrectedGrid[index]); in buildGrids()
484 mapperInfo->mDistortedGrid[index].coords = mapperInfo->mCorrectedGrid[index].coords; in buildGrids()
DDistortionMapper.h156 std::vector<GridQuad> mCorrectedGrid; member