Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegts-private.h34 G_GNUC_INTERNAL guint32 _calc_crc32 (const guint8 *data, guint datalen);
Dgstmpegtssection.c157 _calc_crc32 (const guint8 * data, guint datalen) in _calc_crc32() function
184 && (_calc_crc32 (section->data, section->section_length) != 0)) { in __common_section_checks()
1323 GST_WRITE_UINT32_BE (crc, _calc_crc32 (section->data, crc - section->data)); in gst_mpegts_section_packetize()
Dgst-scte-section.c275 if (_calc_crc32 (section->data, section->section_length) != 0) { in _parse_sit()
880 GST_WRITE_UINT32_BE (data, _calc_crc32 (section->data, data - section->data)); in _packetize_sit()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1551 _calc_crc32 (const guint8 * data, guint datalen) in _calc_crc32() function
1864 GST_WRITE_UINT32_BE (crc, _calc_crc32 (section_data, crc - section_data)); in handle_scte35_section()