Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3217 const char *sdpSessionURL = (iSessionInfo.iSDPinfo->getSessionInfo())->getControlURL(); in composeSessionURL() local
3218 if (sdpSessionURL == NULL) in composeSessionURL()
3226 if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeSessionURL()
3228 aMsg.originalURI = sdpSessionURL; in composeSessionURL()
3249 if (!oscl_strncmp(sdpSessionURL, asterisk, oscl_strlen(asterisk))) in composeSessionURL()
3261 else if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeSessionURL()
3263 aMsg.originalURI = sdpSessionURL; in composeSessionURL()
3266 else if (composeURL((const char *)baseURL, sdpSessionURL, \ in composeSessionURL()
3298 const char *sdpSessionURL = (iSessionInfo.iSDPinfo->getSessionInfo())->getControlURL(); in composeMediaURL() local
3300 if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeMediaURL()
[all …]