H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Macros | Typedefs
basetype.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VOLATILE
 
#define H264DEC_OPT
 
#define NULL   ((void *)0)
 

Typedefs

typedef unsigned char u8
 
typedef signed char i8
 
typedef unsigned short u16
 
typedef signed short i16
 
typedef unsigned int u32
 
typedef signed int i32
 
typedef unsigned int u16x
 
typedef signed int i16x
 

Macro Definition Documentation

◆ H264DEC_OPT

#define H264DEC_OPT

◆ NULL

#define NULL   ((void *)0)

◆ VOLATILE

#define VOLATILE

Typedef Documentation

◆ i16

typedef signed short i16

◆ i16x

typedef signed int i16x

◆ i32

typedef signed int i32

◆ i8

typedef signed char i8

◆ u16

typedef unsigned short u16

◆ u16x

typedef unsigned int u16x

◆ u32

typedef unsigned int u32

◆ u8

typedef unsigned char u8