Searched refs:codecBucket (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerMetrics.cpp | 215 CodecBucket codecBucket = getCodecBucket(clientConfig.isEncoder, clientConfig.codecType); in notifyClientStarted() local 216 increaseConcurrentCodecs(pid, codecBucket); in notifyClientStarted() 227 int systemConcurrentCodecs = mConcurrentCodecsMap[codecBucket]; in notifyClientStarted() 230 int appConcurrentCodecs = concurrentCodecs.mCurrent[codecBucket]; in notifyClientStarted() 277 codecBucket, systemConcurrentCodecs, appConcurrentCodecs, in notifyClientStarted() 286 CodecBucket codecBucket = getCodecBucket(clientConfig.isEncoder, clientConfig.codecType); in notifyClientStopped() local 287 decreaseConcurrentCodecs(pid, codecBucket); in notifyClientStopped() 298 int systemConcurrentCodecs = mConcurrentCodecsMap[codecBucket]; in notifyClientStopped() 303 appConcurrentCodecs = found->second.mCurrent[codecBucket]; in notifyClientStopped() 353 codecBucket, systemConcurrentCodecs, appConcurrentCodecs, in notifyClientStopped() [all …]
|
D | ResourceManagerMetrics.h | 184 void increaseConcurrentCodecs(int32_t pid, CodecBucket codecBucket); 185 void decreaseConcurrentCodecs(int32_t pid, CodecBucket codecBucket);
|