Lines Matching refs:rtp_len
715 size_t rtp_len = Curl_dyn_len(&rtspc->buf);
717 DEBUGASSERT(rtp_len >= 2 && rtp_len < 4);
725 if(rtp_len == 2)
728 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4;
734 size_t rtp_len = Curl_dyn_len(&rtspc->buf);
736 DEBUGASSERT(rtp_len < rtspc->rtp_len);
737 needed = rtspc->rtp_len - rtp_len;
747 DEBUGF(infof(data, "RTP write channel %d rtp_len %zu",
748 rtspc->rtp_channel, rtspc->rtp_len));
750 rtspc->rtp_len);