Home
last modified time | relevance | path

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

/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp365 StrPtrLen rtpmap_str("a=rtpmap:"); in parseSDP() local
366 if (!oscl_strncmp(line_start_ptr, rtpmap_str.c_str(), rtpmap_str.length())) in parseSDP()