Searched refs:rtpSocket (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPConnection.cpp | 80 int rtpSocket, int rtcpSocket, in addStream() argument 86 msg->setInt32("rtp-socket", rtpSocket); in addStream() 95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument 97 msg->setInt32("rtp-socket", rtpSocket); in removeStream() 109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument 110 *rtpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair() 111 CHECK_GE(*rtpSocket, 0); in MakePortPair() 113 bumpSocketBufferSize(*rtpSocket); in MakePortPair() 131 if (bind(*rtpSocket, in MakePortPair() 214 int32_t rtpSocket, rtcpSocket; in onRemoveStream() local [all …]
|
D | ARTPConnection.h | 38 int rtpSocket, int rtcpSocket, 43 void removeStream(int rtpSocket, int rtcpSocket); 51 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
|
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()
|
D | MyHandler.h | 336 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole() 399 addSDES(rtpSocket, buf); in pokeAHole() 404 rtpSocket, buf->data(), buf->size(), 0, in pokeAHole()
|