Searched refs:depthStreamConfig (Results 1 – 2 of 2) sorted by relevance
454 StreamConfiguration depthStreamConfig = getStreamConfiguration( in TEST_P() local458 EXPECT_TRUE(depthStreamConfig.width != -1); in TEST_P()459 EXPECT_TRUE(depthStreamConfig.height != -1); in TEST_P()461 chosenImageWidth = depthStreamConfig.width; in TEST_P()462 chosenImageHeight = depthStreamConfig.height; in TEST_P()
492 StreamConfiguration depthStreamConfig = getStreamConfiguration( in BasicCameraTests() local496 EXPECT_TRUE(depthStreamConfig.width != -1); in BasicCameraTests()497 EXPECT_TRUE(depthStreamConfig.height != -1); in BasicCameraTests()499 chosenImageWidth = depthStreamConfig.width; in BasicCameraTests()500 chosenImageHeight = depthStreamConfig.height; in BasicCameraTests()