Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp105 int rtpSocket, int rtcpSocket, in addStream() argument
112 msg->setInt32("rtcp-socket", rtcpSocket); in addStream()
125 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument
128 msg->setInt32("rtcp-socket", rtcpSocket); in removeStream()
139 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument
145 *rtcpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair()
146 CHECK_GE(*rtcpSocket, 0); in MakePortPair()
148 bumpSocketBufferSize(*rtcpSocket); in MakePortPair()
168 if (bind(*rtcpSocket, in MakePortPair()
187 int *rtpSocket, int *rtcpSocket, const char *localIp, const char *remoteIp, in MakeRTPSocketPair() argument
[all …]
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()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPConnection.h40 int rtpSocket, int rtcpSocket,
45 void removeStream(int rtpSocket, int rtcpSocket);
59 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
64 int *rtpSocket, int *rtcpSocket,
DMyHandler.h345 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole()
424 rtcpSocket, buf->data(), buf->size(), 0, in pokeAHole()