Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp27 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
77 if (tokens_.find(RTSP_TOKEN_CSEQ) != tokens_.end()) { in Parse()
78 cSeq_ = atoi(tokens_.at(RTSP_TOKEN_CSEQ).c_str()); in Parse()
H A Drtsp_response.cpp47 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
84 if (tokens_.find(RTSP_TOKEN_CSEQ) != tokens_.end()) { in Parse()
85 cSeq_ = (int32_t)strtol(tokens_.at(RTSP_TOKEN_CSEQ).c_str(), nullptr, 10); // 10:unit in Parse()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h46 #define RTSP_TOKEN_CSEQ "CSeq" macro

Completed in 3 milliseconds