Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
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()
364 setupTestMapper(&m, bigDistortion, testICal, in TEST()
DZoomRatioTest.cpp50 status_t setupTestMapper(ZoomRatioMapper *m, float maxDigitalZoom, in setupTestMapper() function
158 ASSERT_EQ(OK, setupTestMapper(&mapper, maxDigitalZoom, in subScaleCoordinatesTest()
279 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subCropOverMaxDigitalZoomTest()
319 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subCropOverZoomRangeTest()
387 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subZoomOverMaxDigitalZoomTest()
431 res = setupTestMapper(&mapper, 4.0/*maxDigitalZoom*/, in subZoomOverZoomRangeTest()
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDistortionMapperFuzzer.cpp32 void setupTestMapper(DistortionMapper *m, in setupTestMapper() function
56 setupTestMapper(&m, identityDistortion, testICal, in LLVMFuzzerTestOneInput()