Lines Matching refs:rtp
618 char *rtp; /* moving pointer to rtp data */ in rtsp_rtp_readwrite() local
635 rtp = rtspc->rtp_buf; in rtsp_rtp_readwrite()
640 rtp = k->str; in rtsp_rtp_readwrite()
645 (rtp[0] == '$')) { in rtsp_rtp_readwrite()
651 rtspc->rtp_channel = RTP_PKT_CHANNEL(rtp); in rtsp_rtp_readwrite()
654 rtp_length = RTP_PKT_LENGTH(rtp); in rtsp_rtp_readwrite()
665 result = rtp_client_write(conn, &rtp[0], rtp_length + 4); in rtsp_rtp_readwrite()
677 rtp += rtp_length + 4; in rtsp_rtp_readwrite()
693 if(rtp_dataleft != 0 && rtp[0] == '$') { in rtsp_rtp_readwrite()
705 memcpy(scratch, rtp, rtp_dataleft); in rtsp_rtp_readwrite()
721 DEBUGASSERT(k->str[0] == rtp[0]); in rtsp_rtp_readwrite()