summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/common/include/avc_types.h
blob: 73cad89cb75f68ee98ca1b99b4c1f42fd62426f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef AVC_TYPES_H_

#define AVC_TYPES_H_

#include <stdint.h>

typedef uint8_t uint8;
typedef uint16_t uint16;
typedef int16_t int16;
typedef uint32_t uint32;
typedef int32_t int32;
typedef unsigned int uint;

#endif  // AVC_TYPES_H_