Searched refs:mapCenter (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
D | VtsHalSurroundViewV1_0TargetTest.cpp | 381 float mapWidth, mapHeight, mapCenter[2]; in TEST_P() local 383 [&mapWidth, &mapHeight, &mapCenter] (Sv2dMappingInfo info) { in TEST_P() 386 mapCenter[0] = info.center.x; in TEST_P() 387 mapCenter[1] = info.center.y; in TEST_P() 401 [&mapWidth, &mapHeight, &mapCenter] ( in TEST_P() 405 EXPECT_GE(outPoints[0].x, mapCenter[0] - mapWidth); in TEST_P() 406 EXPECT_LE(outPoints[0].x, mapCenter[0] + mapWidth); in TEST_P() 407 EXPECT_GE(outPoints[0].y, mapCenter[1] - mapHeight); in TEST_P() 408 EXPECT_LE(outPoints[0].y, mapCenter[1] + mapHeight); in TEST_P()
|