Searched refs:testICal (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 35 float testICal[] = { 1000.f, 1000.f, 500.f, 500.f, 0.f }; variable 104 testICal, 5); in TEST() 118 testICal, 5); in TEST() 130 setupTestMapper(&m, identityDistortion, testICal, in TEST() 176 setupTestMapper(&m, identityDistortion, testICal, /*activeArray*/ activeArray.data(), in TEST() 202 setupTestMapper(&m, identityDistortion, testICal, in TEST() 344 setupTestMapper(&m, bigDistortion, testICal, in TEST() 364 setupTestMapper(&m, bigDistortion, testICal, in TEST()
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DistortionMapperFuzzer.cpp | 29 float testICal[] = { 1000.f, 1000.f, 500.f, 500.f, 0.f }; variable 56 setupTestMapper(&m, identityDistortion, testICal, in LLVMFuzzerTestOneInput()
|