MediaProcessors
Functions
crc_32_mpeg2.c File Reference
#include "crc_32_mpeg2.h"
#include <libmediaprocscrc/crc.h>
Include dependency graph for crc_32_mpeg2.c:

Go to the source code of this file.

Functions

uint32_t crc_32_mpeg2 (uint8_t *buf, uint16_t size)
 

Detailed Description

Author
Rafael Antoniello

Definition in file crc_32_mpeg2.c.

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.