Searched refs:ff_sbc_crc8 (Results 1 – 4 of 4) sorted by relevance
116 uint8_t ff_sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
55 uint8_t ff_sbc_crc8(const AVCRC *ctx, const uint8_t *data, size_t len) in ff_sbc_crc8() function
158 avpkt->data[3] = ff_sbc_crc8(frame->crc_ctx, crc_header, crc_pos); in sbc_pack_frame()
150 if (data[3] != ff_sbc_crc8(frame->crc_ctx, crc_header, crc_pos)) in sbc_unpack_frame()