Searched defs:IsRtp (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc269 static bool IsRtp(const std::string& protocol);
1281 if (IsRtp(media_desc->protocol())) {
1349 } else if (IsRtp(media_desc->protocol())) {
1796 bool IsRtp(const std::string& protocol) { function in namespace:webrtc
2192 if (IsRtp(protocol)) {
2252 if (IsRtp(protocol)) {
2496 if (media_type == cricket::MEDIA_TYPE_DATA && IsRtp(protocol) &&
2567 } else if (IsRtp(protocol)) {

Completed in 60 milliseconds