Home
last modified time | relevance | path

Searched defs:DistortionMapperInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h138 struct DistortionMapperInfo { struct
139 bool mValidMapping = false;
140 bool mValidGrids = false;
143 float mFx, mFy, mCx, mCy, mS;
145 float mInvFx, mInvFy;
147 std::array<float, 5> mK;
150 float mArrayWidth, mArrayHeight;
152 float mActiveWidth, mActiveHeight;
177 DistortionMapperInfo *getMapperInfo(bool maxResolution = false) { argument
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDistortionMapperFuzzer.cpp26 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp30 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef