MediaProcessors
Functions
crc_32_mpeg2.h File Reference

CRC-32 wrapper module. More...

#include <sys/types.h>
#include <inttypes.h>
Include dependency graph for crc_32_mpeg2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t crc_32_mpeg2 (uint8_t *buf, uint16_t size)
 

Detailed Description

CRC-32 wrapper module.

Author
Rafael Antoniello

Definition in file crc_32_mpeg2.h.

Function Documentation

uint32_t crc_32_mpeg2 ( uint8_t *  buf,
uint16_t  size 
)

Check CRC-32 (3rd party library wrapper).

Parameters
bufInput buffer pointer
sizeInput buffer size in bytes
Returns
CRC32 computation, as defined int ISO/IEC 13818-1, Annex A.

Definition at line 38 of file crc_32_mpeg2.c.