Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Ts2Crc.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | MPEG2 Transport Stream - CRC
4 |
5 | $Id: Ts2Crc.h 296 2014-06-25 11:20:09Z jebaseelir $
6 | Original author: Julien Boeuf
7 |
8 | This software is provided to you pursuant to your agreement
9 | with Intertrust Technologies Corporation ("Intertrust").
10 | This software may be used only in accordance with the terms
11 | of the agreement.
12 |
13 | Copyright (c) 2009-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
16 
17 #ifndef _TS2_CRC_H_
18 #define _TS2_CRC_H_
19 
20 /*----------------------------------------------------------------------
21 | includes
22 +---------------------------------------------------------------------*/
23 #include "Atomix.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 /*----------------------------------------------------------------------
30 | functions
31 +---------------------------------------------------------------------*/
32 ATX_UInt32 TS2_ComputeCrc32(const ATX_Byte* data,
33  ATX_Size data_size);
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif /* _TS2_CRC_H_ */
ATX_UInt32 TS2_ComputeCrc32(const ATX_Byte *data, ATX_Size data_size)