Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegts-private.h33 G_GNUC_INTERNAL guint32 _calc_crc32 (const guint8 *data, guint datalen);
Dgstmpegtssection.c135 _calc_crc32 (const guint8 * data, guint datalen) in _calc_crc32() function
162 && (_calc_crc32 (section->data, section->section_length) != 0)) { in __common_section_checks()
1292 GST_WRITE_UINT32_BE (crc, _calc_crc32 (section->data, crc - section->data)); in gst_mpegts_section_packetize()