Home
last modified time | relevance | path

Searched refs:RTSP_VERSION (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp26 ss << method_ << RTSP_SP << url_ << RTSP_SP << RTSP_VERSION << RTSP_CRLF; in Stringify()
62 if (firstLine.size() != 3 || firstLine[2] != RTSP_VERSION) { // 2:rtsp line, 3:rtsp line in Parse()
H A Drtsp_response.cpp25 ss << RTSP_VERSION << RTSP_SP << status_ << RTSP_SP; in Stringify()
76 if (firstLine.size() < 3 || firstLine[0] != RTSP_VERSION) { // 3:rstp line in Parse()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h41 #define RTSP_VERSION "RTSP/1.0" macro

Completed in 2 milliseconds