Searched refs:concurrentCodecs (Results 1 – 2 of 2) sorted by relevance
218 const ConcurrentCodecs& concurrentCodecs = mProcessConcurrentCodecsMap[pid]; in notifyClientStarted() local219 int appConcurrentCodecs = concurrentCodecs.mCurrent[codecBucket]; in notifyClientStarted()220 int hwVideoCodecs = concurrentCodecs.mHWVideoCodecs; in notifyClientStarted()221 int swVideoCodecs = concurrentCodecs.mSWVideoCodecs; in notifyClientStarted()222 int videoCodecs = concurrentCodecs.mVideoCodecs; in notifyClientStarted()223 int audioCodecs = concurrentCodecs.mAudioCodecs; in notifyClientStarted()224 int imageCodecs = concurrentCodecs.mImageCodecs; in notifyClientStarted()
1591 TEST_F(ResourceManagerServiceTest, concurrentCodecs) { in TEST_F() argument