Searched refs:parse_rtpmap (Results 1 – 2 of 2) sorted by relevance
107 pub(crate) fn parse_rtpmap(rtpmap: &str) -> Result<Codec> { in parse_rtpmap() function
315 if let Ok(codec) = parse_rtpmap(&attr) { in build_codec_map()