Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp32 int32_t testActiveArray[] = {100, 100, 1000, 750}; variable
40 testActiveArray[2] - 1, 0,
41 testActiveArray[2] - 1, testActiveArray[3] - 1,
42 0, testActiveArray[3] - 1,
43 testActiveArray[2] / 2, testActiveArray[3] / 2,
52 testActiveArray, 4); in setupTestMapper()
92 testActiveArray, 4); in TEST()
140 testActiveArray[2] - 100, testActiveArray[3]-100, 100, 100 in TEST()
174 std::uniform_int_distribution<int> x_dist(0, testActiveArray[2] - 1); in TEST()
175 std::uniform_int_distribution<int> y_dist(0, testActiveArray[3] - 1); in TEST()