Home
last modified time | relevance | path

Searched refs:targetCodec (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/media_resource_manager/arbitrator/
DMediaResourceArbitrator.cpp240 const CodecInfo& targetCodec = mDecoderLimitInfos[j].codecInfo; in ArbitrateFullLoad() local
242 if (CheckCodecMatched(livingCodec, targetCodec) == true) { in ArbitrateFullLoad()
263 const CodecInfo& targetCodec = mEncoderLimitInfos[j].codecInfo; in ArbitrateFullLoad() local
264 if (CheckCodecMatched(livingCodec, targetCodec) == true) { in ArbitrateFullLoad()
289 const CodecInfo& targetCodec) { in CheckCodecMatched() argument
291 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()
DMediaResourceArbitrator.h169 const CodecInfo& targetCodec);