Home
last modified time | relevance | path

Searched refs:cseq (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/rtp/
Drtsp_client.c78 uint32_t cseq; member
483 pa_strbuf_printf(buf, "%s %s RTSP/1.0\r\nCSeq: %d\r\n", cmd, c->url, ++c->cseq); in rtsp_exec()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c194 gint cseq; /* sequence number */ member
391 newconn->cseq = 1; /* RFC 7826: "it is RECOMMENDED to start at 0.", in gst_rtsp_connection_create()
1775 conn->cseq++); in serialize_message()
2411 gint64 cseq = 0; in cseq_validation() local
2423 cseq = g_ascii_strtoll (cseq_header, NULL, 10); in cseq_validation()
2424 if (errno != 0 || cseq < 0) { in cseq_validation()
2430 (conn->cseq == 0 || conn->cseq < cseq)) { in cseq_validation()
2908 conn->cseq = 0; in gst_rtsp_connection_close()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtponviftimestamp.c253 gboolean end_contiguous, gboolean discont, guint64 ntp_offset, guint8 cseq, in create_extension_buffer() argument
289 GST_WRITE_UINT8 (data + 9, cseq); in create_extension_buffer()