Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp80 int rtpSocket, int rtcpSocket, in addStream() argument
87 msg->setInt32("rtcp-socket", rtcpSocket); in addStream()
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument
98 msg->setInt32("rtcp-socket", rtcpSocket); in removeStream()
109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument
115 *rtcpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair()
116 CHECK_GE(*rtcpSocket, 0); in MakePortPair()
118 bumpSocketBufferSize(*rtcpSocket); in MakePortPair()
138 if (bind(*rtcpSocket, in MakePortPair()
214 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.h336 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole()
415 rtcpSocket, buf->data(), buf->size(), 0, in pokeAHole()