Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerMetrics.cpp218 const ConcurrentCodecs& concurrentCodecs = mProcessConcurrentCodecsMap[pid]; in notifyClientStarted() local
219 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()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp1591 TEST_F(ResourceManagerServiceTest, concurrentCodecs) { in TEST_F() argument