Searched refs:rtp_length (Results 1 – 2 of 2) sorted by relevance
638 int rtp_length; in rtsp_rtp_readwrite() local645 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()
137 push_data (GstHarness * h, gconstpointer rtp, gsize rtp_length) in push_data() argument139 GstBuffer *buf = gst_rtp_buffer_new_copy_data (rtp, rtp_length); in push_data()