Searched refs:livingCodec (Results 1 – 1 of 1) sorted by relevance
143 const CodecInfo& livingCodec = mLivingEncodersTable.livingEncoders[i]; in RemoveResource() local144 if ((livingCodec.codecType == codecType) && in RemoveResource()145 (livingCodec.resolution == resolution) && in RemoveResource()146 (livingCodec.frameRate == frameRate)) { in RemoveResource()154 const CodecInfo& livingCodec = mLivingDecodersTable.livingDecoders[i]; in RemoveResource() local155 if ((livingCodec.codecType == codecType) && in RemoveResource()156 (livingCodec.resolution == resolution) && in RemoveResource()157 (livingCodec.isSecured == isSecured) && in RemoveResource()158 (livingCodec.frameRate == frameRate)) { in RemoveResource()238 const CodecInfo& livingCodec = mLivingDecodersTable.livingDecoders[i]; in ArbitrateFullLoad() local[all …]