HomeSort by relevance Sort by last modified time
    Searched refs:rtcpSocket (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.h 38 int rtpSocket, int rtcpSocket,
43 void removeStream(int rtpSocket, int rtcpSocket);
48 // (the rtpSocket is bound to an even port, the rtcpSocket to the
51 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
ARTPConnection.cpp 79 int rtpSocket, int rtcpSocket,
86 msg->setInt32("rtcp-socket", rtcpSocket);
94 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) {
97 msg->setInt32("rtcp-socket", rtcpSocket);
108 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) {
114 *rtcpSocket = socket(AF_INET, SOCK_DGRAM, 0);
115 CHECK_GE(*rtcpSocket, 0);
117 bumpSocketBufferSize(*rtcpSocket);
136 if (bind(*rtcpSocket,
212 int32_t rtpSocket, rtcpSocket;
    [all...]
ARTPSession.cpp 78 int rtcpSocket = MakeUDPSocket(port + 1);
83 info->mRTCPSocket = rtcpSocket;
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
MyHandler.h 261 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) {
341 rtcpSocket, buf->data(), buf->size(), 0,
    [all...]

Completed in 28 milliseconds