Searched defs:rtcpSocket (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp78 int rtcpSocket = MakeUDPSocket(port + 1); local
83 info->mRTCPSocket = rtcpSocket;
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
H A DARTPConnection.cpp80 int rtpSocket, int rtcpSocket,
87 msg->setInt32("rtcp-socket", rtcpSocket);
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { argument
98 msg->setInt32("rtcp-socket", rtcpSocket);
109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) {
115 *rtcpSocket = socket(AF_INET, SOCK_DGRAM, 0);
116 CHECK_GE(*rtcpSocket, 0);
118 bumpSocketBufferSize(*rtcpSocket);
138 if (bind(*rtcpSocket,
214 int32_t rtpSocket, rtcpSocket; local
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument
108 MakePortPair( int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) argument
[all...]
H A DMyHandler.h313 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { argument
393 rtcpSocket, buf->data(), buf->size(), 0,

Completed in 251 milliseconds