OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtpSocket
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/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
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
);
130
if (bind(*
rtpSocket
,
213
int32_t
rtpSocket
, rtcpSocket
[
all
...]
ARTPSession.cpp
77
int
rtpSocket
= MakeUDPSocket(port);
82
info->mRTPSocket =
rtpSocket
;
89
rtpSocket
, rtcpSocket, mDesc, i, notify, false /* injected */);
MyHandler.h
300
bool pokeAHole(int
rtpSocket
, int rtcpSocket, const AString &transport) {
364
addSDES(
rtpSocket
, buf);
369
rtpSocket
, buf->data(), buf->size(), 0,
[
all
...]
Completed in 135 milliseconds