Searched refs:mLivingDecodersTable (Results 1 – 2 of 2) sorted by relevance
104 mLivingDecodersTable.livingDecoders.push_back(resource); in AddResource()105 if (resolution > mLivingDecodersTable.maxResolution) { in AddResource()106 mLivingDecodersTable.maxResolution = resolution; in AddResource()108 if (frameRate > mLivingDecodersTable.maxFrameRate) { in AddResource()109 mLivingDecodersTable.maxFrameRate = frameRate; in AddResource()122 return mLivingDecodersTable.livingDecoders.size() + in GetLivingCodecsNum()153 for(i=0; i<mLivingDecodersTable.livingDecoders.size(); i++) { in RemoveResource()154 const CodecInfo& livingCodec = mLivingDecodersTable.livingDecoders[i]; in RemoveResource()159 mLivingDecodersTable.livingDecoders.removeAt(i); in RemoveResource()226 livingInstanceNum = mLivingDecodersTable.livingDecoders.size(); in ArbitrateFullLoad()[all …]
148 LivingDecodersTable mLivingDecodersTable; variable