Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1472 ClientConfigParcel client1Config; in testConcurrentCodecs() local
1479 client1Info, client1Config); in testConcurrentCodecs()
1491 mService->notifyClientStarted(client1Config); in testConcurrentCodecs()
1494 EXPECT_TRUE(peakPixelCountP1 = client1Config.width * client1Config.height); in testConcurrentCodecs()
1495 EXPECT_TRUE(currentPixelCountP1 = client1Config.width * client1Config.height); in testConcurrentCodecs()
1498 mService->notifyClientStopped(client1Config); in testConcurrentCodecs()
1501 EXPECT_TRUE(peakPixelCountP1 == client1Config.width * client1Config.height); in testConcurrentCodecs()
1505 mService->notifyClientStarted(client1Config); in testConcurrentCodecs()
1515 EXPECT_TRUE(peakPixelCountP1 == client1Config.width * client1Config.height); in testConcurrentCodecs()
1516 EXPECT_TRUE(currentPixelCountP1 == client1Config.width * client1Config.height); in testConcurrentCodecs()
[all …]