Searched refs:testPreCorrActiveArray (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 33 int32_t testPreCorrActiveArray[] = {90, 90, 1020, 770}; variable 98 testPreCorrActiveArray, 4); in TEST() 204 /*preCorrectionActiveArray*/ testPreCorrActiveArray); in TEST() 212 ASSERT_EQ(coords[2], testPreCorrActiveArray[2] - 1); ASSERT_EQ(coords[3], 0); in TEST() 213 …ASSERT_EQ(coords[4], testPreCorrActiveArray[2] - 1); ASSERT_EQ(coords[5], testPreCorrActiveArray[3… in TEST() 214 ASSERT_EQ(coords[6], 0); ASSERT_EQ(coords[7], testPreCorrActiveArray[3] - 1); in TEST() 215 …ASSERT_EQ(coords[8], testPreCorrActiveArray[2] / 2); ASSERT_EQ(coords[9], testPreCorrActiveArray[3… in TEST() 346 /*preCorrectionActiveArray*/testPreCorrActiveArray); in TEST()
|