HomeSort by relevance Sort by last modified time
    Searched defs:rtpSocket (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 77 int rtpSocket = MakeUDPSocket(port);
82 info->mRTPSocket = rtpSocket;
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
ARTPConnection.cpp 80 int rtpSocket, int rtcpSocket,
86 msg->setInt32("rtp-socket", rtpSocket);
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) {
97 msg->setInt32("rtp-socket", rtpSocket);
109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) {
110 *rtpSocket = socket(AF_INET, SOCK_DGRAM, 0);
111 CHECK_GE(*rtpSocket, 0);
113 bumpSocketBufferSize(*rtpSocket);
131 if (bind(*rtpSocket,
214 int32_t rtpSocket, rtcpSocket
    [all...]

Completed in 210 milliseconds