Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp281 const GridQuad *quad = findEnclosingQuad(coordPairs + i, mapperInfo->mDistortedGrid); in mapRawToCorrected()
464 mapperInfo->mDistortedGrid.resize(kGridSize * kGridSize); in buildGrids()
483 mapperInfo->mDistortedGrid[index].src = &(mapperInfo->mCorrectedGrid[index]); in buildGrids()
484 mapperInfo->mDistortedGrid[index].coords = mapperInfo->mCorrectedGrid[index].coords; in buildGrids()
485 status_t res = mapCorrectedToRawImpl(mapperInfo->mDistortedGrid[index].coords.data(), 4, in buildGrids()
DDistortionMapper.h157 std::vector<GridQuad> mDistortedGrid; member