Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp332 Sv2dConfig retConfig; in TEST_P() local
333 surroundView2dSession->get2dConfig([&retConfig] (Sv2dConfig config) { in TEST_P()
334 retConfig.width = config.width; in TEST_P()
335 retConfig.blending = config.blending; in TEST_P()
339 EXPECT_EQ(retConfig.blending, config.blending); in TEST_P()
340 EXPECT_EQ(retConfig.width, oldWidth); in TEST_P()
751 Sv3dConfig retConfig; in TEST_P() local
752 surroundView3dSession->get3dConfig([&retConfig] (Sv3dConfig config) { in TEST_P()
753 retConfig.width = config.width; in TEST_P()
754 retConfig.height = config.height; in TEST_P()
[all …]