Searched refs:rtpSocket (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPConnection.cpp | 105 int rtpSocket, int rtcpSocket, in addStream() argument 111 msg->setInt32("rtp-socket", rtpSocket); in addStream() 125 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument 127 msg->setInt32("rtp-socket", rtpSocket); in removeStream() 139 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument 140 *rtpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair() 141 CHECK_GE(*rtpSocket, 0); in MakePortPair() 143 bumpSocketBufferSize(*rtpSocket); in MakePortPair() 161 if (bind(*rtpSocket, in MakePortPair() 174 close(*rtpSocket); in MakePortPair() [all …]
|
D | ARTPSession.cpp | 77 int rtpSocket = MakeUDPSocket(port); in setup() local 82 info->mRTPSocket = rtpSocket; in setup() 89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */); in setup()
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | ARTPConnection.h | 40 int rtpSocket, int rtcpSocket, 45 void removeStream(int rtpSocket, int rtcpSocket); 59 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort); 64 int *rtpSocket, int *rtcpSocket,
|
D | MyHandler.h | 345 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole() 408 addSDES(rtpSocket, buf); in pokeAHole() 413 rtpSocket, buf->data(), buf->size(), 0, in pokeAHole()
|