Home
last modified time | relevance | path

Searched refs:rtp_len (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Drtsp.h56 size_t rtp_len; member
H A Drtsp.c727 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local
729 DEBUGASSERT(rtp_len >= 2 && rtp_len < 4); in rtsp_filter_rtp()
737 if(rtp_len == 2) in rtsp_filter_rtp()
740 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4; in rtsp_filter_rtp()
746 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local
748 DEBUGASSERT(rtp_len < rtspc->rtp_len); in rtsp_filter_rtp()
749 needed = rtspc->rtp_len - rtp_len; in rtsp_filter_rtp()
760 rtspc->rtp_channel, rtspc->rtp_len)); in rtsp_filter_rtp()
762 rtspc->rtp_len); in rtsp_filter_rtp()

Completed in 10 milliseconds