OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtcpSocket
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp
78
int
rtcpSocket
= MakeUDPSocket(port + 1);
83
info->mRTCPSocket =
rtcpSocket
;
89
rtpSocket,
rtcpSocket
, mDesc, i, notify, false /* injected */);
ARTPConnection.cpp
80
int rtpSocket, int
rtcpSocket
,
87
msg->setInt32("rtcp-socket",
rtcpSocket
);
95
void ARTPConnection::removeStream(int rtpSocket, int
rtcpSocket
) {
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
;
[
all
...]
Completed in 75 milliseconds