FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
gsm.h File Reference

Go to the source code of this file.

Macros

#define GSM_BLOCK_SIZE   33
 
#define GSM_MS_BLOCK_SIZE   65
 
#define MSN_MIN_BLOCK_SIZE   41
 
#define GSM_FRAME_SIZE   160
 

Enumerations

enum  GSMModes {
  GSM_13000 = 0, MSN_12400, MSN_11800, MSN_11200,
  MSN_10600, MSN_10000, MSN_9400, MSN_8800,
  MSN_8200, NUM_GSM_MODES
}
 

Macro Definition Documentation

#define GSM_BLOCK_SIZE   33

Definition at line 25 of file gsm.h.

Referenced by gsm_parse(), libgsm_decode_frame(), libgsm_decode_init(), and libgsm_encode_init().

#define GSM_MS_BLOCK_SIZE   65
#define MSN_MIN_BLOCK_SIZE   41

Definition at line 27 of file gsm.h.

Referenced by gsm_init().

#define GSM_FRAME_SIZE   160

Enumeration Type Documentation

enum GSMModes
Enumerator
GSM_13000 
MSN_12400 
MSN_11800 
MSN_11200 
MSN_10600 
MSN_10000 
MSN_9400 
MSN_8800 
MSN_8200 
NUM_GSM_MODES 

Definition at line 32 of file gsm.h.