Searched refs:retConfig (Results 1 – 1 of 1) sorted by relevance
332 Sv2dConfig retConfig; in TEST_P() local333 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() local752 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 …]