OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:livingDecoders
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp
104
mLivingDecodersTable.
livingDecoders
.push_back(resource);
122
return mLivingDecodersTable.
livingDecoders
.size() +
153
for(i=0; i<mLivingDecodersTable.
livingDecoders
.size(); i++) {
154
const CodecInfo& livingCodec = mLivingDecodersTable.
livingDecoders
[i];
159
mLivingDecodersTable.
livingDecoders
.removeAt(i);
226
livingInstanceNum = mLivingDecodersTable.
livingDecoders
.size();
237
for (i=0; i<mLivingDecodersTable.
livingDecoders
.size(); i++) {
238
const CodecInfo& livingCodec = mLivingDecodersTable.
livingDecoders
[i];
MediaResourceArbitrator.h
83
Vector<CodecInfo>
livingDecoders
;
Completed in 55 milliseconds