Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3216 OSCL_StackString<16> rtsp_str = _STRLIT_CHAR("rtsp"); in composeSessionURL() local
3226 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() local
3289 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()