Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_transport.h36 TransportType transportType; member
Drtsp_par_com_outgoing_message.cpp880 if (rtspTrans->transportType == RtspTransport::UDP_TRANSPORT) in composeTransport()
884 else if (rtspTrans->transportType == RtspTransport::TCP_TRANSPORT) in composeTransport()
Drtsp_par_com_incoming_message.cpp1047 rtspTrans->transportType = RtspTransport::UNKNOWN_TRANSPORT; in parseOneTransportEntry()
1052 rtspTrans->transportType = RtspTransport::UDP_TRANSPORT; in parseOneTransportEntry()
1056 rtspTrans->transportType = RtspTransport::TCP_TRANSPORT; in parseOneTransportEntry()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2880 iMsg.transport[0].transportType = RtspTransport::UDP_TRANSPORT; in composeSetupRequest()
2901 iMsg.transport[0].transportType = RtspTransport::TCP_TRANSPORT; in composeSetupRequest()