Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_transport.h27 typedef enum { RTP_PROTOCOL, RDT_PROTOCOL, UNKNOWN_PROTOCOL } ProtocolType; enumerator
Drtsp_par_com_outgoing_message.cpp862 else if (rtspTrans->protocol == RtspTransport::RDT_PROTOCOL) in composeTransport()
Drtsp_par_com_incoming_message.cpp992 rtspTrans->protocol = RtspTransport::RDT_PROTOCOL; in parseOneTransportEntry()