Home
last modified time | relevance | path

Searched defs:rawCoords (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest_OpenCvData.h5 std::array<int32_t, 2000> rawCoords = { variable
DDistortionMapperComp.py23 rawCoords = np.floor(np.random.rand(1000,2) * activeArray) variable
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp1092 const vec2 rawCoords = transform.inverse().transform(EXPECTED); in TEST_F() local