Searched refs:expected_crc (Results 1 – 1 of 1) sorted by relevance
414 guint8 actual_crc, expected_crc = 0; in gst_flac_parse_frame_header_is_valid() local549 if (!gst_bit_reader_get_bits_uint8 (&reader, &expected_crc, 8)) in gst_flac_parse_frame_header_is_valid()555 if (actual_crc != expected_crc) { in gst_flac_parse_frame_header_is_valid()558 expected_crc, actual_crc); in gst_flac_parse_frame_header_is_valid()697 guint16 expected_crc = GST_READ_UINT16_BE (data + i - 2); in gst_flac_parse_frame_is_valid() local702 if (actual_crc != expected_crc) { in gst_flac_parse_frame_is_valid()705 expected_crc, actual_crc); in gst_flac_parse_frame_is_valid()721 guint16 expected_crc = GST_READ_UINT16_BE (data + size - 2); in gst_flac_parse_frame_is_valid() local723 if (actual_crc == expected_crc) { in gst_flac_parse_frame_is_valid()