Searched refs:rtp_len (Results 1 – 2 of 2) sorted by relevance
56 size_t rtp_len; member
732 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local734 DEBUGASSERT(rtp_len >= 2 && rtp_len < 4); in rtsp_filter_rtp()742 if(rtp_len == 2) in rtsp_filter_rtp()745 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4; in rtsp_filter_rtp()751 size_t rtp_len = Curl_dyn_len(&rtspc->buf); in rtsp_filter_rtp() local753 DEBUGASSERT(rtp_len < rtspc->rtp_len); in rtsp_filter_rtp()754 needed = rtspc->rtp_len - rtp_len; in rtsp_filter_rtp()765 rtspc->rtp_channel, rtspc->rtp_len)); in rtsp_filter_rtp()767 rtspc->rtp_len); in rtsp_filter_rtp()
Completed in 6 milliseconds