Home
last modified time | relevance | path

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

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