OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_channel
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
rtsp.h
46
int
rtp_channel
;
member in struct:rtsp_conn
rtsp.c
184
conn->proto.rtspc.
rtp_channel
= -1;
223
(conn->proto.rtspc.
rtp_channel
== -1)) {
624
rtspc->
rtp_channel
= RTP_PKT_CHANNEL(rtp);
638
rtspc->
rtp_channel
, rtp_length));
/external/curl/tests/server/
rtspd.c
432
int
rtp_channel
= 0;
local
477
&rtp_partno, &
rtp_channel
, &rtp_size)) {
481
rtp_partno,
rtp_channel
, rtp_size);
491
SET_RTP_PKT_CHN(rtp_scratch ,
rtp_channel
);
[
all
...]
Completed in 78 milliseconds