Searched refs:concurrentCodecs (Results 1 – 2 of 2) sorted by relevance
229 const ConcurrentCodecs& concurrentCodecs = mProcessConcurrentCodecsMap[pid]; in notifyClientStarted() local230 int appConcurrentCodecs = concurrentCodecs.mCurrent[codecBucket]; in notifyClientStarted()231 int hwVideoCodecs = concurrentCodecs.mHWVideoCodecs; in notifyClientStarted()232 int swVideoCodecs = concurrentCodecs.mSWVideoCodecs; in notifyClientStarted()233 int videoCodecs = concurrentCodecs.mVideoCodecs; in notifyClientStarted()234 int audioCodecs = concurrentCodecs.mAudioCodecs; in notifyClientStarted()235 int imageCodecs = concurrentCodecs.mImageCodecs; in notifyClientStarted()
1925 TEST_F(ResourceManagerServiceTest, concurrentCodecs) { in TEST_F() argument2016 TEST_F(ResourceManagerServiceNewTest, concurrentCodecs) { in TEST_F() argument