Searched refs:num_pd (Results 1 – 1 of 1) sorted by relevance
561 int num_pd(-1); in RunTest() local562 res = hardware->GetNumOfPlayoutDevices(num_pd); in RunTest()568 printf("\nPlayout devices (%d): \n", num_pd); in RunTest()569 for (int i = 0; i < num_pd; ++i) { in RunTest()575 ASSERT_EQ(1, scanf("%d", &num_pd)); in RunTest()577 res = hardware->SetPlayoutDevice(num_pd); in RunTest()