HomeSort by relevance Sort by last modified time
    Searched refs:mCorrectedGrid (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 198 std::vector<GridQuad> mCorrectedGrid;
DistortionMapper.cpp 420 if (mCorrectedGrid.size() != kGridSize * kGridSize) {
421 mCorrectedGrid.resize(kGridSize * kGridSize);
434 mCorrectedGrid[index].src = nullptr;
435 mCorrectedGrid[index].coords = {
441 mDistortedGrid[index].src = &mCorrectedGrid[index];
442 mDistortedGrid[index].coords = mCorrectedGrid[index].coords;

Completed in 719 milliseconds