Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c358 gst_flac_calculate_crc8 (const guint8 * data, guint length) in gst_flac_calculate_crc8() function
441 if (gst_flac_calculate_crc8 (data, headerlen) != data[headerlen]) { in gst_flac_dec_scan_got_frame()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c104 gst_flac_calculate_crc8 (const guint8 * data, guint length) in gst_flac_calculate_crc8() function
553 gst_flac_calculate_crc8 (data, in gst_flac_parse_frame_header_is_valid()
/third_party/gstreamer/gstplugins_good/
DChangeLog150839 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),