Searched refs:mDistortedGrid (Results 1 – 2 of 2) sorted by relevance
283 const GridQuad *quad = findEnclosingQuad(coordPairs + i, mapperInfo->mDistortedGrid); in mapRawToCorrected()466 mapperInfo->mDistortedGrid.resize(kGridSize * kGridSize); in buildGrids()485 mapperInfo->mDistortedGrid[index].src = &(mapperInfo->mCorrectedGrid[index]); in buildGrids()486 mapperInfo->mDistortedGrid[index].coords = mapperInfo->mCorrectedGrid[index].coords; in buildGrids()487 status_t res = mapCorrectedToRawImpl(mapperInfo->mDistortedGrid[index].coords.data(), 4, in buildGrids()
157 std::vector<GridQuad> mDistortedGrid; member