Home
last modified time | relevance | path

Searched refs:setupTestMapper (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDistortionMapperTest.cpp49 void setupTestMapper(DistortionMapper *m, in setupTestMapper() function
130 setupTestMapper(&m, identityDistortion, testICal, in TEST()
176 setupTestMapper(&m, identityDistortion, testICal, /*activeArray*/ activeArray.data(), in TEST()
202 setupTestMapper(&m, identityDistortion, testICal, in TEST()
318 setupTestMapper(&m, distortion, intrinsics, activeArray, preCorrectionActiveArray); in TEST()
333 setupTestMapper(&m, distortion, intrinsics, activeArray, preCorrectionActiveArray); in TEST()
344 setupTestMapper(&m, bigDistortion, testICal, in TEST()
366 setupTestMapper(&m, bigDistortion, testICal, in TEST()
H A DZoomRatioTest.cpp50 status_t setupTestMapper(ZoomRatioMapper *m, float maxDigitalZoom, in setupTestMapper() function
158 ASSERT_EQ(OK, setupTestMapper(&mapper, maxDigitalZoom, in subScaleCoordinatesTest()
268 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subCropOverMaxDigitalZoomTest()
308 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subCropOverZoomRangeTest()
376 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subZoomOverMaxDigitalZoomTest()
420 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subZoomOverZoomRangeTest()
/aosp12/frameworks/av/services/camera/libcameraservice/fuzzer/
H A DDistortionMapperFuzzer.cpp32 void setupTestMapper(DistortionMapper *m, in setupTestMapper() function
56 setupTestMapper(&m, identityDistortion, testICal, in LLVMFuzzerTestOneInput()