Home
last modified time | relevance | path

Searched refs:RTSP_SP (Results 1 - 6 of 6) 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()
27 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
29 ss << RTSP_TOKEN_AUTHORIZATION << ":" << RTSP_SP << authorization_ << RTSP_CRLF; in Stringify()
31 ss << RTSP_TOKEN_UA << ":" << RTSP_SP << userAgent_ << RTSP_CRLF; in Stringify()
33 ss << RTSP_TOKEN_SESSION << ":" << RTSP_SP << session_; in Stringify()
105 ss << RTSP_TOKEN_REQUIRE << ":" << RTSP_SP << require_ << RTSP_CRLF; in Stringify()
116 ss << RTSP_TOKEN_ACCEPT << ":" << RTSP_SP << acceptType_ << RTSP_CRLF; in Stringify()
125 ss << RTSP_TOKEN_TRANSPORT << ":" << RTSP_SP << "RTP/AVP;unicast;client_port=" << minPort_; in Stringify()
139 ss << RTSP_TOKEN_RANGE << ":" << RTSP_SP << "np in Stringify() local
[all...]
H A Drtsp_response.cpp25 ss << RTSP_VERSION << RTSP_SP << status_ << RTSP_SP; in Stringify() local
47 ss << RTSP_TOKEN_CSEQ << ":" << RTSP_SP << cSeq_ << RTSP_CRLF; in Stringify()
49 ss << RTSP_TOKEN_DATE << ":" << RTSP_SP << RtspCommon::GetRtspDate() << RTSP_CRLF; in Stringify()
55 ss << RTSP_TOKEN_SESSION << ":" << RTSP_SP << session_; in Stringify()
145 ss << RTSP_TOKEN_PUBLIC << ":" << RTSP_SP << publicItems_; in Stringify()
160 ss << RTSP_TOKEN_CONTENT_BASE << ":" << RTSP_SP << url_ << RTSP_CRLF; in Stringify()
162 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "application/sdp" << RTSP_CRLF; in Stringify()
163 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify()
174 ss << RTSP_TOKEN_TRANSPORT << ":" << RTSP_SP << "RT in Stringify() local
[all...]
H A Drtsp_common.cpp92 firstLine = RtspCommon::Split(lines[0], RTSP_SP); in ParseMessage()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp32 ss << RTSP_METHOD_WFD << "," << RTSP_SP << RTSP_METHOD_SET_PARAMETER << "," << RTSP_SP << RTSP_METHOD_GET_PARAMETER; in WfdRtspM1Response()
53 body << param.first << ":" << RTSP_SP << param.second << RTSP_CRLF; in Stringify()
56 ss << RTSP_TOKEN_CONTENT_TYPE << ":" << RTSP_SP << "text/parameters" << RTSP_CRLF; in Stringify()
57 ss << RTSP_TOKEN_CONTENT_LENGTH << ":" << RTSP_SP << body.str().length(); in Stringify()
106 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)native << RTSP_SP << "00" << RTSP_SP; in SetVideoFormats() local
107 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Profile << RTSP_SP; in SetVideoFormats() local
108 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << (int32_t)h264Level << RTSP_SP; in SetVideoFormats() local
109 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; in SetVideoFormats() local
110 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP; SetVideoFormats() local
111 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP; SetVideoFormats() local
123 ss << "LPCM" << RTSP_SP << "00000001 00"; SetAudioCodecs() local
126 ss << "LPCM" << RTSP_SP << "00000002 00"; SetAudioCodecs() local
129 ss << "AAC" << RTSP_SP << "00000001 00"; SetAudioCodecs() local
132 ss << "AAC" << RTSP_SP << "00000001 00"; SetAudioCodecs() local
142 ss << "RTP/AVP/UDP;unicast" << RTSP_SP << port << RTSP_SP << 0 << RTSP_SP << "mode=play"; SetClientRtpPorts() local
350 ss << WFD_PARAM_RTP_PORTS << ":" << RTSP_SP << "RTP/AVP/UDP;unicast" << RTSP_SP << port << RTSP_SP << 0 << RTSP_SP SetClientRtpPorts() local
358 ss << WFD_PARAM_AUDIO_CODECS << ":" << RTSP_SP; SetAudioCodecs() local
362 ss << "LPCM" << RTSP_SP << "00000002 00"; SetAudioCodecs() local
365 ss << "AAC" << RTSP_SP << "00000001 00"; SetAudioCodecs() local
368 ss << "AAC" << RTSP_SP << "00000001 00"; SetAudioCodecs() local
423 ss << WFD_PARAM_VIDEO_FORMATS << ":" << RTSP_SP; SetVideoFormats() local
424 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << native << RTSP_SP << "00" << RTSP_SP; SetVideoFormats() local
425 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << h264Profile << RTSP_SP; SetVideoFormats() local
426 ss << std::setfill('0') << std::setw(BIT_OFFSET_TWO) << std::hex << h264Level << RTSP_SP; SetVideoFormats() local
427 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; SetVideoFormats() local
428 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP; SetVideoFormats() local
429 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP; SetVideoFormats() local
[all...]
H A Dwfd_message.h68 ss << RTSP_METHOD_WFD << "," << RTSP_SP << RTSP_METHOD_SETUP << "," << RTSP_SP << RTSP_METHOD_TEARDOWN << "," in WfdRtspM2Response()
69 << RTSP_SP << RTSP_METHOD_PLAY << "," << RTSP_SP << RTSP_METHOD_PAUSE << "," << RTSP_SP in WfdRtspM2Response()
70 << RTSP_METHOD_GET_PARAMETER << "," << RTSP_SP << RTSP_METHOD_SET_PARAMETER; in WfdRtspM2Response()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h43 #define RTSP_SP " " macro

Completed in 3 milliseconds