Searched refs:rtsp_str (Results 1 – 1 of 1) sorted by relevance
3216 OSCL_StackString<16> rtsp_str = _STRLIT_CHAR("rtsp"); in composeSessionURL() local3226 if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeSessionURL()3261 else if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeSessionURL()3281 OSCL_StackString<16> rtsp_str = _STRLIT_CHAR("rtsp"); in composeMediaURL() local3289 if (!oscl_strncmp(sdpMediaURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeMediaURL()3300 if (!oscl_strncmp(sdpSessionURL, rtsp_str.get_cstr(), rtsp_str.get_size())) in composeMediaURL()