Searched refs:mapHeight (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/automotive/sv/1.0/vts/functional/ |
H A D | VtsHalSurroundViewV1_0TargetTest.cpp | 216 float mapWidth, mapHeight; in TEST_P() local 219 mapHeight = info.height; in TEST_P() 221 EXPECT_EQ(pDesc->height, floor(pDesc->width * (mapHeight / mapWidth))); in TEST_P() 283 float mapWidth, mapHeight; in TEST_P() local 286 mapHeight = info.height; in TEST_P() 381 float mapWidth, mapHeight, mapCenter[2]; in TEST_P() local 383 [&mapWidth, &mapHeight, &mapCenter] (Sv2dMappingInfo info) { in TEST_P() 385 mapHeight = info.height; in TEST_P() 401 [&mapWidth, &mapHeight, &mapCenter] ( in TEST_P() 407 EXPECT_GE(outPoints[0].y, mapCenter[1] - mapHeight); in TEST_P() [all …]
|