Searched refs:targetCodec (Results 1 – 2 of 2) sorted by relevance
240 const CodecInfo& targetCodec = mDecoderLimitInfos[j].codecInfo; in ArbitrateFullLoad() local242 if (CheckCodecMatched(livingCodec, targetCodec) == true) { in ArbitrateFullLoad()263 const CodecInfo& targetCodec = mEncoderLimitInfos[j].codecInfo; in ArbitrateFullLoad() local264 if (CheckCodecMatched(livingCodec, targetCodec) == true) { in ArbitrateFullLoad()289 const CodecInfo& targetCodec) { in CheckCodecMatched() argument291 return ((sourceCodec.codecType == targetCodec.codecType) && in CheckCodecMatched()292 (sourceCodec.isSecured == targetCodec.isSecured) && in CheckCodecMatched()293 (sourceCodec.resolution == targetCodec.resolution) && in CheckCodecMatched()294 (sourceCodec.frameRate == targetCodec.frameRate)); in CheckCodecMatched()
169 const CodecInfo& targetCodec);