Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Drtsp.c715 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local
717 DEBUGASSERT(rtp_len >= 2 && rtp_len < 4); in rtsp_filter_rtp()
725 if(rtp_len == 2) in rtsp_filter_rtp()
728 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4; in rtsp_filter_rtp()
734 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local
736 DEBUGASSERT(rtp_len < rtspc->rtp_len); in rtsp_filter_rtp()
737 needed = rtspc->rtp_len - rtp_len; in rtsp_filter_rtp()
[all...]
H A Drtsp.h56 size_t rtp_len; member

Completed in 2 milliseconds