Home
last modified time | relevance | path

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

/third_party/curl/lib/
Drtsp.c638 int rtp_length; in rtsp_rtp_readwrite() local
645 rtp_length = RTP_PKT_LENGTH(rtp); in rtsp_rtp_readwrite()
647 if(rtp_dataleft < rtp_length + 4) { in rtsp_rtp_readwrite()
655 rtspc->rtp_channel, rtp_length)); in rtsp_rtp_readwrite()
656 result = rtp_client_write(data, &rtp[0], rtp_length + 4); in rtsp_rtp_readwrite()
667 rtp_dataleft -= rtp_length + 4; in rtsp_rtp_readwrite()
668 rtp += rtp_length + 4; in rtsp_rtp_readwrite()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpulpfec.c137 push_data (GstHarness * h, gconstpointer rtp, gsize rtp_length) in push_data() argument
139 GstBuffer *buf = gst_rtp_buffer_new_copy_data (rtp, rtp_length); in push_data()