Home
last modified time | relevance | path

Searched refs:rtp_channel (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Drtsp.h44 int rtp_channel; member
Drtsp.c200 conn->proto.rtspc.rtp_channel = -1; in rtsp_connect()
237 (conn->proto.rtspc.rtp_channel == -1)) { in rtsp_done()
651 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp); in rtsp_rtp_readwrite()
664 rtspc->rtp_channel, rtp_length)); in rtsp_rtp_readwrite()
/external/curl/tests/server/
Drtspd.c439 int rtp_channel = 0; in ProcessRequest() local
483 &rtp_partno, &rtp_channel, &rtp_size)) { in ProcessRequest()
488 rtp_partno, rtp_channel, rtp_size); in ProcessRequest()
498 SET_RTP_PKT_CHN(rtp_scratch, rtp_channel); in ProcessRequest()