Searched refs:matching_codec (Results 1 – 1 of 1) sorted by relevance
74 VideoCodec* matching_codec) { in FindFirstMatchingCodec() argument77 *matching_codec = codecs[i]; in FindFirstMatchingCodec()456 VideoCodec matching_codec; in CanSendCodec() local457 if (!FindFirstMatchingCodec(video_codecs_, requested, &matching_codec)) { in CanSendCodec()467 rtc::_min(requested.framerate, matching_codec.framerate); in CanSendCodec()476 while (out->width > matching_codec.width) { in CanSendCodec()