Searched defs:DistortionMapperInfo (Results 1 – 3 of 3) sorted by relevance
138 struct DistortionMapperInfo { struct139 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
26 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef
30 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef