Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c333 static const guint16 gst_dp_crc_table[256] = { variable
392 gst_dp_crc_table[((crc_register >> 8) & 0x00ff) ^ *buffer++]); in gst_dp_crc()
417 gst_dp_crc_table[((crc_register >> 8) & 0x00ff) ^ *buffer++]); in gst_dp_crc_from_memory_maps()