Searched refs:DistortionMapperInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.h | 74 struct DistortionMapperInfo; 92 DistortionMapperInfo *mapperInfo, bool clamp, bool simple = true); 104 DistortionMapperInfo *mapperInfo, bool clamp, bool simple = true); 116 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple = true) const; 128 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple = true) const; 138 struct DistortionMapperInfo { struct 177 DistortionMapperInfo *getMapperInfo(bool maxResolution = false) { argument 199 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const; 204 const DistortionMapperInfo *mapperInfo, bool clamp) const; 207 const DistortionMapperInfo *mapperInfo, bool clamp) const; [all …]
|
D | DistortionMapper.cpp | 79 DistortionMapperInfo *mapperInfo = maxResolution ? &mDistortionMapperInfoMaximumResolution : in setupStaticInfoLocked() 136 DistortionMapperInfo *mapperInfo = maxResolution ? &mDistortionMapperInfoMaximumResolution : in correctCaptureRequest() 168 DistortionMapperInfo *mapperInfo = maxResolution ? &mDistortionMapperInfoMaximumResolution : in correctCaptureResult() 214 DistortionMapperInfo *mapperInfo = in updateCalibration() 270 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawToCorrected() 329 const DistortionMapperInfo *mapperInfo, bool clamp) const { in mapRawToCorrectedSimple() 351 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawRectToCorrected() 375 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRaw() 381 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRawImpl() 415 const DistortionMapperInfo *mapperInfo, bool clamp) const { in mapCorrectedToRawImplSimple() [all …]
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DistortionMapperFuzzer.cpp | 26 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef 66 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in LLVMFuzzerTestOneInput()
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 30 using DistortionMapperInfo = android::camera3::DistortionMapper::DistortionMapperInfo; typedef 135 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in TEST() 180 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in TEST() 207 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in TEST() 245 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in RandomTransformTest() 372 DistortionMapperInfo *mapperInfo = m.getMapperInfo(); in TEST()
|