Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c335 gst_pcap_parse_read_uint32 (GstPcapParse * self, const guint8 * p) in gst_pcap_parse_read_uint32() function
587 ts_sec = gst_pcap_parse_read_uint32 (self, data + 0); in gst_pcap_parse_chain()
588 ts_usec = gst_pcap_parse_read_uint32 (self, data + 4); in gst_pcap_parse_chain()
589 incl_len = gst_pcap_parse_read_uint32 (self, data + 8); in gst_pcap_parse_chain()