Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp175 std::uniform_int_distribution<int> y_dist(0, testActiveArray[3] - 1); in TEST() local
181 randCoords[i + 1] = y_dist(gen); in TEST()