Searched refs:sourceCodec (Results 1 – 2 of 2) sorted by relevance
288 const CodecInfo& sourceCodec, 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()
168 bool CheckCodecMatched(const CodecInfo& sourceCodec,