Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp216 float mapWidth, mapHeight; in TEST_P() local
217 surroundView2dSession->get2dMappingInfo([&mapWidth, &mapHeight] (Sv2dMappingInfo info) { in TEST_P()
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
284 surroundView2dSession->get2dMappingInfo([&mapWidth, &mapHeight] (Sv2dMappingInfo info) { in TEST_P()
286 mapHeight = info.height; in TEST_P()
288 EXPECT_EQ(pDesc->height, floor (pDesc->width * (mapHeight / mapWidth))); in TEST_P()
381 float mapWidth, mapHeight, mapCenter[2]; in TEST_P() local
383 [&mapWidth, &mapHeight, &mapCenter] (Sv2dMappingInfo info) { in TEST_P()
[all …]