MediaProcessors
|
CRC-32 wrapper module. More...
#include <sys/types.h>
#include <inttypes.h>
Go to the source code of this file.
Functions | |
uint32_t | crc_32_mpeg2 (uint8_t *buf, uint16_t size) |
CRC-32 wrapper module.
Definition in file crc_32_mpeg2.h.
uint32_t crc_32_mpeg2 | ( | uint8_t * | buf, |
uint16_t | size | ||
) |
Check CRC-32 (3rd party library wrapper).
buf | Input buffer pointer |
size | Input buffer size in bytes |
Definition at line 38 of file crc_32_mpeg2.c.