Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp79 int rtpSocket, int rtcpSocket, in addStream() argument
86 msg->setInt32("rtcp-socket", rtcpSocket); in addStream()
94 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument
97 msg->setInt32("rtcp-socket", rtcpSocket); in removeStream()
108 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument
114 *rtcpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair()
115 CHECK_GE(*rtcpSocket, 0); in MakePortPair()
117 bumpSocketBufferSize(*rtcpSocket); in MakePortPair()
136 if (bind(*rtcpSocket, in MakePortPair()
212 int32_t rtpSocket, rtcpSocket; in onRemoveStream() local
[all …]
DARTPConnection.h38 int rtpSocket, int rtcpSocket,
43 void removeStream(int rtpSocket, int rtcpSocket);
51 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
DARTPSession.cpp78 int rtcpSocket = MakeUDPSocket(port + 1); in setup() local
83 info->mRTCPSocket = rtcpSocket; in setup()
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */); in setup()
DMyHandler.h258 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole()
338 rtcpSocket, buf->data(), buf->size(), 0, in pokeAHole()