HomeSort by relevance Sort by last modified time
    Searched refs: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 183 conn->proto.rtspc.rtp_channel = -1;
222 (conn->proto.rtspc.rtp_channel == -1)) {
643 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp);
657 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 453 milliseconds