Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp454 StreamConfiguration depthStreamConfig = getStreamConfiguration( in TEST_P() local
458 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()
DVtsAidlCameraServiceTargetTest.cpp492 StreamConfiguration depthStreamConfig = getStreamConfiguration( in BasicCameraTests() local
496 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()